BlackCatDevelopment / BlackCatCMS

BlackCat CMS is a PHP5, HTML5 content management system
https://blackcat-cms.org
Other
11 stars 9 forks source link

v1.1: Switch to database engine Doctrine (DBAL) #244

Closed webbird closed 10 years ago

webbird commented 10 years ago

First step is to replace the class.database.php with a new one referencing/using Doctrine, but keeping the API stable. (Including $database global var.)

webbird commented 10 years ago

class.database.php replacement completely done.