Source for file Lopppunktid.php

Documentation is available at Lopppunktid.php

  1. <?php
  2. /**
  3.  * Model for handling queries with database table 'lopppunktid'.
  4.  * 
  5.  * @author Margus Sellin <margus@bitweb.ee>
  6.  * @copyright Copyright (C) 2011. All rights reserved. Margus Sellin
  7.  * @package Model
  8.  * @project olymp
  9.  * 
  10.  */
  11.     class Model_Lopppunktid extends Zend_Db_Table_Abstract {
  12.         /**
  13.          * Database table name
  14.          * @access protected
  15.          * @var string 
  16.          */
  17.         protected $_name = 'lopppunktid';
  18.  
  19.  
  20.     }
  21. ?>

Documentation generated on Mon, 20 Jun 2011 05:43:06 +0300 by phpDocumentor 1.4.1