mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
CakePHP 2 fork that supports PHP 8
01b0d81dd2
- vendor() function to load a vendor library - uses() is simple again - config() treats database config differently (needs to because database config is a class, not a great idea after all) - moved DBO layers into their own subfolder in /libs -- there's too many of them already - AdoDB and Pear::DB support much better, although needs testing - fixes in Flay URL parsing - Model::findAll() uses the new DBO::selectLimit() method for wider database compatibility - changed Template::_page_title into _pageTitle - /public/index.php cleaned up git-svn-id: https://svn.cakephp.org/repo/trunk/cake@245 3807eeeb-6ff5-0310-8944-8be069107fe0 |
||
---|---|---|
app | ||
config | ||
docs | ||
libs | ||
logs | ||
modules | ||
public | ||
scripts | ||
tests | ||
vendors | ||
.htaccess | ||
index.php |
/////////////////////////////////////////////////////////////////////////////////////////////////////////// // +---------------------------------------------------------------------------------------------------+ // // + $Id$ // + Last Modified: $Date$ // + Modified By: $LastChangedBy$ // +---------------------------------------------------------------------------------------------------+ // /////////////////////////////////////////////////////////////////////////////////////////////////////////// This README will be updated for now visit: https://developers.nextco.com/cake/ OR: http://sputnik.pl/cake/