Hi Aljosa - it's currently in trunk and in the 1.5PR - it's also scheduled to be added to the 1.0.4 release shortly.

Cheers

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

--

Simon Mundy | Director | PEPTOLAB

""" " "" """""" "" "" """"""" " "" """"" " """"" "  """""" "" "

202/258 Flinders Lane | Melbourne | Victoria | Australia | 3000
Voice +61 (0) 3 9654 4324 | Mobile 0438 046 061 | Fax +61 (0) 3 9654 4124
http://www.peptolab.com

Reply via email to