ahri / ahriphplibs

My PHP Libraries
http://ahri.net
GNU Affero General Public License v3.0
3 stars 0 forks source link

Pass database object into created objects #24

Closed ahri closed 14 years ago

ahri commented 14 years ago

New func for both TLO and TLORelationship;

->setDb(PDO $db)

Can then make $db param on ->write(), ->delete() optional (for overriding)

ahri commented 14 years ago

Use default DB objects where possible, also clean stuff up a bit. Closed by c5b541e1043f990e8c2141f3cb88a4ab8e7486d1