cakephp2-php8/cake/tests/cases/libs/view
2008-05-23 02:16:36 +00:00
..
helpers HtmlHelper::tableCells() now accepts a fifth parameter $continueOddEven, which by default is true, thereby not affecting current behaviour. When false, $count will not be static, and will therefore start from zero, giving correct odd and even values if they are passed. Fixes #4222 2008-05-22 09:13:23 +00:00
helper.test.php fixes #4571 Helper::clean() returns null if passed empty array or string. 2008-05-05 14:41:15 +00:00
theme.test.php updating error handling, error.test, view.test, theme.test, change socket.test to use App::import() 2008-02-27 21:22:40 +00:00
view.test.php View::beforeLayout and View::afterLayout now implemented closes #4722 2008-05-23 02:16:36 +00:00