Scaffold is ignoring class file in CakePHP

Posted by JoseMarmolejos on Stack Overflow See other posts from Stack Overflow or by JoseMarmolejos
Published on 2010-05-31T05:11:52Z Indexed on 2010/05/31 5:22 UTC
Read the original article Hit count: 265

Filed under:
|
|

Hi, when using scaffolding on a controller the views render fine and the app even attempts to insert the data; the problem is that the scaffold is completely ignoring the relations I'm defining in my model class, in fact it's ignoring the class entirely as I can delete the file and the controller still scaffolds and render the crud from the table.

Has this ever happened to you?

© Stack Overflow or respective owner

Related posts about php

Related posts about cakephp