Class Model_Kuupaevad

Description

Model for handling queries with database table 'voistlustekuupaevad'.

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

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

Zend_Db_Table_Abstract
   |
   --Model_Kuupaevad
Variable Summary
string $_name
Method Summary
mixed fetchByDate (string $date)
mixed fetchByDates ()
Variables
string $_name = 'voistlustekuupaevad' (line 17)

Database table name

  • access: protected
Methods
fetchByDate (line 44)

Query fetchByDate.

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

  • return: Query resultset
  • access: public
mixed fetchByDate (string $date)
  • string $date: Date string
fetchByDates (line 27)

Query fetchByDates.

Database query that fetches all rows from 'voistlustekuupaevad' table in ascending order.

  • return: Query resultset
  • access: public
mixed fetchByDates ()

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