Saturday, April 24, 2010

Re: How do I refer to the controller's model from appcontroller?

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 <yatse...@gmail.com> wrote:
> ...
> $this->{$this->modelClass}->describe();
> ...
>
> On Apr 25, 5:52 am, ZAky <procsh...@gmail.com> 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 cake-php@googlegroups.com
> To unsubscribe from this group, send email to
> cake-php+unsubscribe@googlegroups.com 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 cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: