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
can you write a simple code for controller and view please?Wrong kind of site... – Mike Jan 24 '12 at 18:52