Sunday, April 25, 2010

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

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 <waltherlalk@gmail.com> 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 <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



--
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 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: