Wednesday, December 9, 2009

Query a database table as an object


In this example, we implement basic queries with the table as an object: insert, update, deletion, and fetching.

Components used in this example
Implementation of the table bugs

class MyBugs extends Zend_Db_Table_Abstract
{
    protected 
$_name 'bugs';

}

1 comment:

  1. Thanks for sharing

    Thanks
    Arun(php-tutorial-php.blogspot.in)

    ReplyDelete