Re: Problem with separate Model folder in 2.0.x

2011-11-03 Thread majna
lookz like
- missing trailing slash ROOT.DS.'CommonModels' . DS
- model is not found zo Cake creates instance of AppModel. There's no 
"special function" in this class therefore sql error. You can debug out 
model and check if object is instance of app model,
like: debug($this->Post); from controller.

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Problem with separate Model folder in 2.0.x

2011-11-03 Thread Ryan Schmidt
What did you find? Presumably the solution? Would you share with us what it was?

On Nov 3, 2011, at 05:47, Marco B wrote:

> found it..
> 
> On 3 Nov., 10:52, Marco B  wrote:
>> Hi,
>> 
>> I try to upgrade to Cake2.0.2 from 1.3 and I have a problem with a
>> seperate Model folder
>> i initialized in the bootstrap with
>> App::build(array('Model' =>  array(ROOT.DS.'CommonModels')));
>> 
>> a var_dump(App::objects('Model')); finds all models, but if I use a
>> special function inside a model i get a sql error message.
>>  it seams like it finds my models, but still only loads models located
>> in the standard Model Folder


-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Re: Problem with separate Model folder in 2.0.x

2011-11-03 Thread Marco B
found it..

On 3 Nov., 10:52, Marco B  wrote:
> Hi,
>
> I try to upgrade to Cake2.0.2 from 1.3 and I have a problem with a
> seperate Model folder
> i initialized in the bootstrap with
> App::build(array('Model' =>  array(ROOT.DS.'CommonModels')));
>
> a var_dump(App::objects('Model')); finds all models, but if I use a
> special function inside a model i get a sql error message.
>  it seams like it finds my models, but still only loads models located
> in the standard Model Folder

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php


Problem with separate Model folder in 2.0.x

2011-11-03 Thread Marco B
Hi,

I try to upgrade to Cake2.0.2 from 1.3 and I have a problem with a
seperate Model folder
i initialized in the bootstrap with
App::build(array('Model' =>  array(ROOT.DS.'CommonModels')));

a var_dump(App::objects('Model')); finds all models, but if I use a
special function inside a model i get a sql error message.
 it seams like it finds my models, but still only loads models located
in the standard Model Folder

-- 
Our newest site for the community: CakePHP Video Tutorials 
http://tv.cakephp.org 
Check out the new CakePHP Questions site http://ask.cakephp.org and help others 
with their CakePHP related questions.


To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php