/** * Returns the select query builder * * @return Eden_Yahoo_Select */ public function select($select = '*') { //Argument 1 must be a string or array Eden_Yahoo_Error::i()->argument(1, 'string', 'array'); return Eden_Yahoo_Select::i()->select($select); }
public function __construct() { self::$_columns = (include dirname(__FILE__) . '/columns.php'); }