cakephp2-php8/cake/libs/view/helpers
Juan Basso 9b6b258fed Replace function is_integer (alias) by is_int.
Signed-off-by: Mark Story <mark@mark-story.com>
2009-11-21 13:36:10 -05:00
..
ajax.php Removing use of e() from core classes. Refs #6525 2009-07-23 13:35:14 +00:00
app_helper.php Adding App::import() to app_helper files. Fixes issues with Missing Helper Class, and allows you to use helpers in shell classes. Fixes #5458 2008-12-05 16:49:43 +00:00
cache.php Removing unused $view property from CacheHelper. 2009-11-07 10:44:14 -05:00
form.php Fixing FormHelper::__selectOptions incorrectly selecting options due to type juggling. Fixes #167 2009-10-18 22:05:17 -04:00
html.php Fixing HtmlHelper::css, and JavascriptHelper::link so that files containing the asset extension always get the extension added. Test cases added. Refs #139 2009-10-02 12:53:20 -04:00
javascript.php Removing use of ife() from core classes. 2009-10-21 12:57:15 -04:00
js.php Removed trailing whitespaces from core. 2008-11-08 02:54:07 +00:00
number.php Refactoring NumberHelper::toReadableSize to properly use I18n functionality. 2009-03-03 23:39:48 +00:00
paginator.php Fixing error in previous commit. 2009-11-03 09:52:59 -05:00
rss.php Adding $data['attrib'] back to RssHelper::channel(); after more research use cases for this were found. 2008-11-25 05:54:31 +00:00
session.php fixes #6476, crash on missing layout in session flash 2009-07-21 01:33:12 +00:00
text.php Minor refactorings for DboMysql, DboSource and TextHelper 2009-07-21 20:57:39 +00:00
time.php Replace function is_integer (alias) by is_int. 2009-11-21 13:36:10 -05:00
xml.php Fixing XmlHelper::elem() when value is null and cdata = true. Removing empty invalid tag. 2009-09-24 22:43:31 -04:00