On Jan 30, 2008 3:21 PM, Pieter <[EMAIL PROTECTED]> wrote:
>  I just want to clearify what Mohamed wrote. You should use the
> $table->select() method to get the $select variable. This is an instance of
> Zend_Db_Table_Select, what you can give as parameter to all the fetch
> methods of Zend_Db_Table.
>
>  Some code:
>
>  $select = $table->select();

if i have:
class Tbl1 extends Zend_Db_Table_Abstract {}
$table = new Tbl1();
$select = $table->select(); // gives me Fatal error: Call to undefined
method Tbl1::select()

when was this introduced? i'm using 1.0.3, there is no Select.php in
Zend\Db\Table, any ideas?

Aljosa

Reply via email to