Instread of writing var $useTable = false; you can write it var $useTable = array();
On Sun, Aug 9, 2009 at 10:38 AM, arif hossen <[email protected]>wrote: > Please send your controller code: otherwise check properly anywhere you > have used this model for query. > > On Sun, Aug 2, 2009 at 4:56 AM, Dr. Loboto <[email protected]> wrote: > >> >> Check model filename and every your access to this model for >> misspellings. >> >> On Aug 1, 11:08 pm, pete123456 <[email protected]> wrote: >> > hi, >> > i have a simple view and controller and im doing useTable=false, but i >> still >> > get the error Database table missing. anyone knows why? thanks pete >> > >> > class Administration extends AppModel { >> > var $name = 'Administration'; >> > var $useTable = false;} >> > >> > -- >> > View this message in context: >> http://www.nabble.com/error-database-table-missing-tp24770374p2477037... >> > Sent from the CakePHP mailing list archive at Nabble.com. >> >> > > > -- > > > Regards, > Mohammad Arif Hossen > Web Developer > United Group International(UGIBD) > www.ugibd.net > Mobile no: +88 01714355911 > Mobile no: +88 01922110308 > > > > -- Dibyendu Mitra Roy Web Development Consultant Kolkata India Alt. E-mail: [email protected] Mobile: +919830811327 Residence: 91-33-30422096 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "CakePHP" 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 -~----------~----~----~----~------~----~------~--~---
