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.
|