Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I know this is a pretty simple question but I just couldn't figure out how to display the counterCache I've set up from the model. Say you have this:

class Ticket extends AppModel {
var $belongsTo = array(
    'TicketStatus' => array('counterCache' => true)
);

} and the field ticket_status_count on the table, can you write a simple code for controller and view please?

Thanks, Lyman

share|improve this question
can you write a simple code for controller and view please? Wrong kind of site... – Mike Jan 24 '12 at 18:52
sorry bout that. I put this on my view echo $ticket_status_count. Is that enough or I need to write something in my controller? – Lyman Jan 24 '12 at 19:07

closed as not a real question by casperOne Jan 24 '12 at 19:06

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

Browse other questions tagged or ask your own question.