Listing 15.3. Tworzenie obiektu $select przy użyciu metody select() klasy Zend_Db_Table
$table = new Zend_Db_Table();
...
$select = $table->select();