Changes between Version 8 and Version 9 of DevelopersGuide
- Timestamp:
- 03/04/08 03:39:56 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide
v8 v9 120 120 121 121 Plugins currently handle all database interaction on their own within SQLite databases. A centralized database would allow for ease of use with other server-based database systems, such as MySQL, and would make data backup easier. This will likely be powered by [http://php.net/pdo PDO]. 122 123 === Namespaces === 124 125 Once PHP 5.3 becomes a stable release, Phergie's existing class naming structure will be modified to take advantage of the new [http://us.php.net/manual/en/language.namespaces.php namespace features] that it offers.