Refactoring Database Access in Marauroa: Difference between revisions

Content deleted Content added
imported>Hendrik Brummermann
imported>Kymara
 
(17 intermediate revisions by 2 users not shown)
Line 49:
=== What are those database adapters for? ===
 
They are a thin layer of database abstraction. This allows us to not only support MySQL but also database systems withwhich don't require an external server.
 
 
=== Why is there a method getLastInsertId? ===
Line 168 ⟶ 167:
}
}
 
 
[[Category:Marauroa]]