The table name can be expressed
public from ( array | string | Zend_Db_Expr | Zend_Db_Table_Abstract $name, array | string | Zend_Db_Expr $cols = self::SQL_WILDCARD, string $schema = null ) : Zend_Db_Table_Select | ||
$name | array | string | Zend_Db_Expr | Zend_Db_Table_Abstract | The table name or an associative array relating table name to correlation name. |
$cols | array | string | Zend_Db_Expr | The columns to select from this table. |
$schema | string | The schema name to specify, if any. |
return | Zend_Db_Table_Select | This Zend_Db_Table_Select object. |