Home
last modified time | relevance | path

Searched refs:tablecount (Results 1 – 1 of 1) sorted by relevance

/plugin/conform/
H A Dhelper.php169 if ( count($tables) == 0 && $tablecount == 0 )
171 $this->conformTablesCreate($tables, $tablecount, $tablemode);
173 array_push( $tables[$tablecount]['args'], $args );
198 $batch['tablecount'] = $tablecount;
245 function conformTablesCreate(&$tables, $tablecount, $tablemode) argument
247 $tables[$tablecount]['mode'] = $tablemode;
248 $tables[$tablecount]['args'] = array();