Description
Return the number of rows in the table
Usage
$integer = OIK_table::rows();Parameters
Returns
integer rowsSource
File name: oik-bob-bing-wide/classes/class-oik-tables.phpLines:
1 to 5 of 5
function rows() { // need to detect a normal API call bw_trace2( $this->table, "this->table" ); return( count( $this->table ) ); }View on GitHub
Called by
Invoked by
Call hooks
API Letters:
