database class

View Paste
  1. <?php
  2. /**
  3.  * Model class
  4.  *
  5.  * This class handles the abstraction of database queries.  Very ...
Please note that this just a crude representation of the database abstraction layer of Cake, and ...