View Single Post
  #10  
Old 10-29-2013, 12:14 AM
Hall of Famer's Avatar
Hall of Famer Hall of Famer is offline
Administrator, Lead Coder
 
Join Date: Dec 2008
Location: South Brunswick
Posts: 4,448
Gender: Male
Credits: 584,154
Hall of Famer is on a distinguished road
Default

The other abstract method should be defined like this:

PHP Code:
abstract public function size(); 
You may want to search for the keyword 'abstract' or 'abstract public function' to locate the lines you need to edit. Don't give it up, I guarantee you that it's very easy to fix.
__________________


Mysidia Adoptables, a free and ever-improving script for aspiring adoptables/pets site.
Reply With Quote