And its simplicity means it won't...[quoteme]slow down the application, and prevent you from making database specific optimizations.[/quoteme]. When I want to add a new query I have to write the query myself only the real basics are being abstracted.AKA Panama Jack wrote:You do know that your TillingDatabaseAccess.php is really a simple database abstraction layer.
Its not claiming to work across loads of different database technologies, that is what makes things slow. Although actually my feeling on this are changing as I'm planning on supporting PDO in OsisForms. PDO is highly recommended though much better than PEAR DB or even Zend_Db (when its done).