Interface that show that classes/objects that implements it can be saved in DB
Located in /interfaces/i_db_storable.class.php [line 20]
Methods
void load_by_id( DB_Connection $dbc, integer $id )
Loads the object from DB
Returns $id on success or false on failure;
void save( DB_Connection $dbc )
Save the object in DB