cakephp2-php8/libs
phpnut a558a1e922 Form validation working now.
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
2005-07-03 23:54:50 +00:00
..
dbo I'm sorry, I've reversed two changes. I've changed the error views names to underscored, and I've changed the default DEBUG to 1. 2005-06-22 23:16:26 +00:00
helpers Form validation working now. 2005-07-03 23:54:50 +00:00
bake.php setting proper mime-type on files in the trunk 2005-06-30 02:09:47 +00:00
basics.php I do not want any uppercase letters in filenames. I want CamelCase actions that link to under_scored files. 2005-06-23 08:32:04 +00:00
cache.php setting proper mime-type on files in the trunk 2005-06-30 02:09:47 +00:00
controller.php Form validation working now. 2005-07-03 23:54:50 +00:00
dbo.php DboFactory comes back, no more global variables. To get actual instance of db, call DboFactory::getInstance(). You can also change the running object with DboFactory::setConfig('configname'). 2005-06-23 20:41:10 +00:00
dbo_factory.php DboFactory comes back, no more global variables. To get actual instance of db, call DboFactory::getInstance(). You can also change the running object with DboFactory::setConfig('configname'). 2005-06-23 20:41:10 +00:00
dispatcher.php Corrected the use of View class instance. 2005-07-03 07:07:47 +00:00
error_messages.php setting proper mime-type on files in the trunk 2005-06-30 02:09:47 +00:00
file.php - added the csspp library that automatically reduces the size of CSS files; it is activated by prefixing an CSS file URL with /ccss/ instead of /css/ and there's a switch in the /config/core.php to activate it in Controller::cssTag() 2005-06-19 03:35:19 +00:00
flay.php setting proper mime-type on files in the trunk 2005-06-30 02:09:47 +00:00
folder.php setting proper mime-type on files in the trunk 2005-06-30 02:09:47 +00:00
inflector.php setting proper mime-type on files in the trunk 2005-06-30 02:09:47 +00:00
legacy.php setting proper mime-type on files in the trunk 2005-06-30 02:09:47 +00:00
log.php - minor fix to CCSS 2005-06-19 03:55:52 +00:00
model.php DboFactory comes back, no more global variables. To get actual instance of db, call DboFactory::getInstance(). You can also change the running object with DboFactory::setConfig('configname'). 2005-06-23 20:41:10 +00:00
narray.php - changed NeatArray to Narray, it's shorter, easier to use, 2005-06-20 23:08:59 +00:00
nstring.php - merged in Brego's SimpleTest implementation, fixed some of the tests (the Folder test fails to delete one of the test directories on my system, so it's not perfectly clean yet) 2005-06-18 23:26:35 +00:00
object.php DboFactory comes back, no more global variables. To get actual instance of db, call DboFactory::getInstance(). You can also change the running object with DboFactory::setConfig('configname'). 2005-06-23 20:41:10 +00:00
router.php setting proper mime-type on files in the trunk 2005-06-30 02:09:47 +00:00
template.php Merging changes from Kamil's sandbox. 2005-07-02 22:49:04 +00:00
time.php - changed NeatArray to Narray, it's shorter, easier to use, 2005-06-20 23:08:59 +00:00
validators.php setting proper mime-type on files in the trunk 2005-06-30 02:09:47 +00:00
view.php Form validation working now. 2005-07-03 23:54:50 +00:00