Re: using 2 models or 2 tables in one view

2009-09-15 Thread www.landed.at
There also seems to be no inflections file in the latest version so its difficult to know the syntax to create it. This is to make sure that countries and country are compatible. On Sep 16, 12:07 am, "www.landed.at" wrote: > I have a form lets say I'm doing a variation on the blog tutorial. > >

Re: using 2 models or 2 tables in one view

2009-09-15 Thread www.landed.at
I have the side issue that If I specify the var $hasOne = 'Country'; inside location.php then it breaks a framework error hard to debug. With this the idea is that im saying that any created location has an associated record and only one inside countries. Am I running into the issue where its t

using 2 models or 2 tables in one view

2009-09-15 Thread www.landed.at
I have a form lets say I'm doing a variation on the blog tutorial. Instead of adding blogs I want to do locations as a kind of blog, keeping things really simple with a title field and a select box that is made up of all countries possible. I have a table with the countries already so I created