This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
yii
Watch
2
Star
0
Fork
0
You've already forked yii
mirror of
https://github.com/yiisoft/yii.git
synced
2026-03-23 16:36:53 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8ea96c8488ea5fe34b2891fd868b958bdbcf5ef7
yii
/
framework
/
web
/
helpers
History
mdomba (mdwork)
aee449599a
Fixes issue
#568
- added check for space in CHtml::getIdByName()
2012-04-02 14:36:31 +02:00
..
CGoogleApi.php
Fixed typo in updated URL description.
2012-03-23 16:41:03 +01:00
CHtml.php
Fixes issue
#568
- added check for space in CHtml::getIdByName()
2012-04-02 14:36:31 +02:00
CJavaScript.php
changed copyright year.
2011-01-01 19:31:13 +00:00
CJSON.php
Sometimes CJSON::decode returns null because native json_encode has bugs and returns null. Workaround to continue decoding when result of json_decode is null.
Fixes
#295
2012-02-25 03:04:30 -03:00