Adam 2009-01-30
Documentation » Databasecms_db_count
Selects number of records within given contstraint
int cms_db_count( string $table [, array $constraint = false] )
Parameters
- string $table Table to select from
- array $constraint Constraints in the form of array fieldname => reqvalue
Returns
- int Number of table's elements matching given constraint
Last edited 2009-02-09 17:52:49
