Class Model_Kool

Description

Model for handling queries with database table 'kool'.

  • author: Margus Sellin <margus@bitweb.ee>
  • copyright: Copyright (C) 2011. All rights reserved. Margus Sellin

Located in /models/Kool.php (line 11)

Zend_Db_Table_Abstract
   |
   --Model_Kool
Variable Summary
string $_name
Method Summary
mixed fetchByName (string $name)
Variables
string $_name = 'kool' (line 17)

Database table name

  • access: protected
Methods
fetchByName (line 28)

Query fetchByName.

Database query that fetches a row from 'kool' table where column 'nimi' equals the given parameter.

  • return: Query resultset
  • access: public
mixed fetchByName (string $name)
  • string $name: School name

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