View Single Post
  #2  
Old 12-22-2015, 03:24 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Need help understanding class and view heirarchy

A[object].php is AbstractObject.php. This class is not intended for direct use. The search class you are looking for will extent this one as well as other classes so the A[object].php class will have more common methods to be reused from other end classes
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote