Details
-
Type:
New Feature
-
Status:
Postponed
-
Priority:
N/A
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: Next Minor Release
-
Component/s: Zend_Db_Table
-
Labels:None
Description
Tabe definition:
id int(10)
name varchar(255)
pass varchar(255)
pass_hash_id
language_id smallint(5)
on use:
$this->_data = $this->find($id);
the php data types can be:
$this->id : int
$this->name : string
$this->pass : string
$this->pass_hash_id : int
$this->language_id : int
But i don't now whether php can ask all databases for the data types
Greatz
Changing fix version to 0.8.0.