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] 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] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
