PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Database » DB_Table » Bug #6497

this->table got parse error

Details

Submitted2006-01-15 22:46 UTC
Fromcalvin_cch at hotmail dot com
Assignedwiesemann
StatusBogus
PackageDB_Table
PHP Version5.1.1
OSWin 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,
),
);