Changes between Version 8 and Version 9 of DevelopersGuide

Show
Ignore:
Timestamp:
03/04/08 03:39:56 (5 years ago)
Author:
tobias382
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide

    v8 v9  
    120120 
    121121Plugins 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 
     125Once 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.