mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
CakePHP 2 fork that supports PHP 8
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 |
||
---|---|---|
app | ||
config | ||
docs | ||
libs | ||
logs | ||
modules | ||
public | ||
scripts | ||
tests | ||
vendors | ||
.htaccess | ||
index.php |
/////////////////////////////////////////////////////////////////////////////////////////////////////////// // +---------------------------------------------------------------------------------------------------+ // // + $Id$ // + Last Modified: $Date$ // + Modified By: $LastChangedBy$ // +---------------------------------------------------------------------------------------------------+ // /////////////////////////////////////////////////////////////////////////////////////////////////////////// This README will be updated for now visit: https://developers.nextco.com/cake/ OR: http://sputnik.pl/cake/