Archives

  • PHP Models

    I wanted an object-oriented way of accessing a database that strikes a good balance between abstracting the details of SQL escaping, insert or update, etc and going too far to the point where the benefits are drowned out by the abstraction. In this article I present the system I am currently using. It does most [...]

    Jun 8th, 2008 | Filed under Misc
Posts Tagged ‘activerecord’