On Fri, Oct 31, 2008 at 11:07 PM, Rob Allen <[EMAIL PROTECTED]> wrote:
> I would probably extend Zend_Db_Table_Abstract and automatically add the
> prefix when setting up the table name. Something like this:
>
> class App_Db_Table_Abstract extends Zend_Db_Table_Abstract
> {
[...]
hi,
where would it be the best place to extend the Zend_Db_Table_Abstract class?
I mean.. somewhere like application/../my_lib/app_db.php that you then
include from the bootstrap file.. ?
Thanks!
bye,
Giovanni.
p.s.
I've also finished your tutorial; very well done.. thanks for making that too!