This website requires JavaScript.
Explore
Help
Sign In
adulau
/
cakephp2-php8
Watch
1
Star
0
Fork
You've already forked cakephp2-php8
0
mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced
2024-11-15 11:28:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
26279851e1
cakephp2-php8
/
cake
/
tests
History
Mark Story
26279851e1
Making Router::setRequestInfo() able to accept arrays. It will convert older style arrays into a CakeRequest object for later use.
...
Updating uses of Router::setRequestInfo() to just pass the object where possible.
2010-05-02 01:59:56 -04:00
..
cases
Making Router::setRequestInfo() able to accept arrays. It will convert older style arrays into a CakeRequest object for later use.
2010-05-02 01:59:56 -04:00
fixtures
Changed all public 'var' declarations to be 'public $var'
2010-04-04 17:14:00 +10:00
groups
Removing Overloadable and Overloadable2 they are not needed in PHP5.
2010-04-18 01:02:39 -04:00
lib
Fixing bad method call again.
2010-04-29 22:34:01 -04:00
test_app
Adding CakeLogInterface and implementing it in core and test suite classes. The new interface is used for method detection instead of a hard method check. Making CakeLog throw exceptions instead of trigger errors when things go wrong.
2010-04-23 22:31:21 -04:00