Re: Model Files do not get read in by the system.

2009-10-07 Thread AD7six
On 8 oct, 01:15, paullb wrote: > Thanks Miles J, I made that change and it worked perfectly. What you have > suggested here is definitly not intuitive from the naming conventions in the > link provided earlier. Please edit the sentance "The Model class OptionValue would be found in a file name

Re: Model Files do not get read in by the system.

2009-10-07 Thread Jon Bennett
Hi Brendan, > It was unclear that the model file was not being read and a result extremely > frustrating. Therefore, I would suggest (even if it is only a debugging > feature) that an error be displayed in the event that the model class is not > found. Thing is, by design, Cake attempts to creat

Re: Model Files do not get read in by the system.

2009-10-07 Thread paullb
request. >> >> > That's not relevant. >> >> > paullb - see conventions[1] your class isn't named correctly, and >> > neither is your model file. >> >> > hth, >> >> > AD >> > [1]http://book.cakephp.org/search/conven

Re: Model Files do not get read in by the system.

2009-10-07 Thread Miles J
each request. > > > That's not relevant. > > > paullb - see conventions[1] your class isn't named correctly, and > > neither is your model file. > > > hth, > > > AD > > [1]http://book.cakephp.org/search/conventions > > -- > View

Re: Model Files do not get read in by the system.

2009-10-07 Thread paullb
t; > That's not relevant. > > paullb - see conventions[1] your class isn't named correctly, and > neither is your model file. > > hth, > > AD > [1] http://book.cakephp.org/search/conventions > > > > > -- View this message in context: ht

Re: Model Files do not get read in by the system.

2009-10-07 Thread AD7six
On 7 oct, 21:23, AD7six wrote: > On 7 oct, 19:46, brian wrote: > > > You're the second person today. Clear out app/tmp/cache/models/ and > > set debug > 0 to have Cake check the model schema on each request. > > That's not relevant. > > paullb - see conventions[1] your class isn't named correc

Re: Model Files do not get read in by the system.

2009-10-07 Thread AD7six
On 7 oct, 19:46, brian wrote: > You're the second person today. Clear out app/tmp/cache/models/ and > set debug > 0 to have Cake check the model schema on each request. That's not relevant. paullb - see conventions[1] your class isn't named correctly, and neither is your model file. hth, AD

Re: Model Files do not get read in by the system.

2009-10-07 Thread brian
; the file is not read) > -- > > class Segments extends AppModel { >        var $useTable = "segments"; > >        var $recursive = 2; > >                as > }asdfasdfasdf > -- > View this message in context: > http://www.nabble.com/Model-Files-do-

Model Files do not get read in by the system.

2009-10-07 Thread paullb
tends AppModel { var $useTable = "segments"; var $recursive = 2; as }asdfasdfasdf -- View this message in context: http://www.nabble.com/Model-Files-do-not-get-read-in-by-the-system.-tp25787023p25787023.h