Thread
:
Question about the use of Zend_Db_Table_abstract
View Single Post
#
2
(
permalink
)
04-24-2008, 07:39 PM
Elemental
Senior Member
Join Date: Jul 2007
Posts: 119
You can do that from class.
PHP Code:
class
person
extends
Zend_Db_Table_Abstract
{
protected
$_name
=
'person_table-name'
;
}
That should allow $pers->find(123); to work.
__________________
Zend Framework Resources:
Zend Webinars
|
Reference Manual
|
API Docs
|
Books
| FreeNode:
#zftalk
Getting Started Tutorials:
Getting started with ZF
|
Getting started with Zend Auth
Elemental
View Public Profile
Send a private message to Elemental
Find all posts by Elemental