Ok i had a look in the code and i saw i could pass it in the paginate
var.. like
// Pagination settings
var $paginate = array('limit' => 15,
'page' => 1,
'order'=>array('id' =>
'desc'),
'fields' => array('id',
'title', 'created', 'modified',
'slug'));
only the query still uses the Tag model? is there anyway to turn this
off?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---