CakePHP 1.2: “Model/field” in formhelper deprecated


As cakebaker states:

The use of "Model/field" in the formhelper has been deprecated in CakePHP 1.2.
In CakePHP 1.1 you would call:

PHP:
  1. $form->input('Post/title');

In CakePHP 1.2 this has to be written like:

PHP:
  1. $form->input('Post.title');

Information and Links

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.


Other Posts
Automatic updating Select boxes with Ajax
Automatic updating Select boxes with Ajax

Write a Comment

Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.

Reader Comments

Be the first to leave a comment!