PHP DataBase Model Wiki
Status: Pre-Alpha
Brought to you by:
neurohamster
Object oriented library for storing complex structures in sql database.
It produses easy interface for managing simple tables, trees, object hierarhies and associative arrays.
It uses PHP5 syntax and won't work on PHP4.
include_once 'plugins/' . $plugin_name . '.plugin.php';
Duplicated line 87 in the file dbm.lib.php, why???
for the lines 86 and 87 you can use include() as it's faster
for example: