Refactoring Database Access in Marauroa: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann →Porting of JMaPacman: fixed code |
imported>Kymara |
||
| (15 intermediate revisions by 2 users not shown) | |||
| Line 49: | Line 49: | ||
=== What are those database adapters for? === |
=== 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 |
They are a thin layer of database abstraction. This allows us to not only support MySQL but also database systems which don't require an external server. |
||
=== Why is there a method getLastInsertId? === |
=== Why is there a method getLastInsertId? === |
||
| Line 168: | Line 167: | ||
} |
} |
||
} |
} |
||
[[Category:Marauroa]] |
|||