View Single Post
  #2 (permalink)  
Old 04-14-2008, 11:12 AM
Mark^Bastard Mark^Bastard is offline
Junior Member
 
Join Date: May 2007
Posts: 15
Default

I suppose at the moment it only acts like an alias.

But it does look a bit neater, and in the future it's possible that it will have more code than Abstract.php does.

Personally I extend Abstract if I'm making a library class that acts as a generic extension of Abstract. If I'm just making a db table model I'll extend Zend_Db_Table. I just find it neater that way.
Reply With Quote