Comments on: Rewriting My Database Object http://nlindblad.org/2007/04/04/rewriting-my-database-object/ Code monkeys are monkeys too Fri, 21 Nov 2008 03:00:58 +0000 http://wordpress.org/?v=2.1 By: Afterlife(69) http://nlindblad.org/2007/04/04/rewriting-my-database-object/#comment-2420 Afterlife(69) Thu, 12 Apr 2007 16:04:42 +0000 http://nlindblad.org/2007/04/04/rewriting-my-database-object/#comment-2420 :O You're using php4 property definitions in a php5 class! :P make sure to fix them up, also you may want to consider binding the class to an interface and adding support for other database types, such as postgresql. If you need an example of how to do so, you know where to find me. :O You’re using php4 property definitions in a php5 class! :P make sure to fix them up, also you may want to consider binding the class to an interface and adding support for other database types, such as postgresql.

If you need an example of how to do so, you know where to find me.

]]>