Home » Database » DB_Table » Bug #6497
this->table got parse error
Details
| Submitted | 2006-01-15 22:46 UTC |
|---|---|
| From | calvin_cch at hotmail dot com |
| Assigned | wiesemann |
| Status | Bogus |
| Package | DB_Table |
| PHP Version | 5.1.1 |
| OS | Win XP |
| Roadmaps | (Not assigned) |
Comments
[2006-01-15 22:46 UTC] calvin_cch at hotmail dot com
Description:
------------
I try to use $this->table in JOIN,
I got parse error,
and I just put into 'from' ,
its not working to me
'info' => array(
'select' => "orderid, createddate",
'from' => $this->table,
),
Test script:
---------------
var $sql = array(
'info' => array(
'select' => "orderid, createddate",
'from' => $this->table,
),
);