mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
a558a1e922
Be sure to review the changes made to the blog tutorial. Some specific changes to note we pass model names in inputTag(). was: $html->inputTag('title', 40) now: $html->inputTag('post/title', 40) Also in the tagErrorMsg() we pass the model name. was: $html->tagErrorMsg('body', 'Body is required.') now: $html->tagErrorMsg('post/body', 'Body is required.') https://trac.cakephp.org/wiki/Cake/Tutorials/BlogPosts git-svn-id: https://svn.cakephp.org/repo/trunk/cake@306 3807eeeb-6ff5-0310-8944-8be069107fe0 |
||
---|---|---|
.. | ||
ajax.php | ||
html.php |