I don't do describe I was just trying to give a well understood example instead of trying to explain my real need. I also belive Model::Schema perform describe at the end Any way Sergei give me exacly what I asked for Thank you On Sun, Apr 25, 2010 at 9:01 AM, Walther <[email protected]> wrote:
> Why do you want to do a describe on the model on each query? Descibes > are slow. > > If you want the models schema for whatever reason then just use the > Model::schema() method > http://api13.cakephp.org/class/model#method-Modelschema > > On Apr 25, 4:26 am, Sergei <[email protected]> wrote: > > ... > > $this->{$this->modelClass}->describe(); > > ... > > > > On Apr 25, 5:52 am, ZAky <[email protected]> wrote: > > > > > function describe() > > > { > > > $describe = $this->[myModel]->describe(); > > > $this->set('describe',$describe) > > > > > } > > > > Check out the new CakePHP Questions sitehttp://cakeqs.organd help others > with their CakePHP related questions. > > > > 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]<cake-php%[email protected]>For > > more options, visit this group athttp:// > groups.google.com/group/cake-php?hl=en > > Check out the new CakePHP Questions site http://cakeqs.org and help others > with their CakePHP related questions. > > 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]<cake-php%[email protected]>For > more options, visit this group at > http://groups.google.com/group/cake-php?hl=en > -- Regards, Zaky Katalan-Ezra QA Administrator www.IGeneriX.com Sites.IGeneriX.com 054-7762312 Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. 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
