Source for file Kasutaja.php

Documentation is available at Kasutaja.php

  1. <?php
  2. /**
  3.  * Model for handling queries with database table 'kasutaja'.
  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_Kasutaja extends Zend_Db_Table_Abstract {
  12.         /**
  13.          * Database table name
  14.          * @access protected
  15.          * @var string 
  16.          */
  17.         protected $_name = 'kasutaja';
  18.         
  19.     }
  20. ?>

Documentation generated on Wed, 15 Jun 2011 01:04:16 +0300 by phpDocumentor 1.4.1