View Single Post
  #3 (permalink)  
Old 03-25-2008, 06:07 PM
emptiness emptiness is offline
Junior Member
 
Join Date: Mar 2008
Posts: 4
Default

With oracle ??


i have add :

PHP Code:
class Albums extends Zend_Db_Table_Abstract
{
    protected 
$_name 'SAGA.ALBUM';
    protected 
$_primary 'ID';
    protected 
$_sequence false
    


and not work

With a fetchall is ok!!!!!


thanks

Last edited by emptiness : 03-25-2008 at 06:44 PM.
Reply With Quote