Re: Cannot retrieve relational data from bootstrapped models

2010-08-24 Thread j.blotus
do you have 2 seperate apps? why not just use admin prefix routing? On Aug 24, 6:36 am, Steve wrote: > Hi all.  I am new to CakePHP and I am building a CMS with the > following folder structure: > > /public_html/cake/ > /public_html/admin/ > /public_html/frontend/ > index.php > > I have setup the

Cannot retrieve relational data from bootstrapped models

2010-08-24 Thread Steve
Hi all. I am new to CakePHP and I am building a CMS with the following folder structure: /public_html/cake/ /public_html/admin/ /public_html/frontend/ index.php I have setup the bootstrap.php file in the frontend to look for models in the admin app. So models for user, content and comment are s