This is how i do it . . .in the model . . .

var $useTable = false;

works perfectly for me.


On Aug 27, 5:50 pm, "Abrar Arshad" <[EMAIL PROTECTED]> wrote:
> On Wed, Aug 27, 2008 at 12:53 PM, BiraRai <[EMAIL PROTECTED]> wrote:
>
> > How to does one tell cakephp controller not to use a database table?
>
> >   Re:
>
>   so it means you dont want to use Model class,
>  so you can do it by using it like this
>  var $uses = array();
>  it will not use any table for your controller.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to