Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.9.1
-
Fix Version/s: 1.0.0 RC1
-
Component/s: Zend_Db_Table
-
Labels:None
Description
We can specify the SQL table name as an element in the options array passed to the Zend_Db_Table constructor. But we can't specify the schema as a separate option. Please add code to recognize the schema in the options array.
Yeah this would be great, because i have a situation where I need tables from other table schemes but actually I have to clone my connection and change the table scheme.