Lines Matching refs:args
76 $args = array();
89 if (($value === true) && ! isset($args['table'])) {
90 $args['table'] = $name;
91 unset($args[$name]);
93 $args[$name] = $value;
99 return array($state, $args);
120 list($state, $args) = $data;
123 $this->tableName = trim($args['table']);
124 $this->dbName = trim($args['database']);
130 $this->options = $args;
137 $db->process( $this->tableName, $args, $this->options );