This is the result the developers toolkit gave me, as far as I can see, class order is used twice, one is in the admin. Should those two be affecting each other? the result I got is

Code:
Searching 48 files ... for: class order
   
/homepages/11/d210728506/htdocs/admin/includes/classes/order.php
Line #22 :   class order { 
    
/homepages/11/d210728506/htdocs/includes/classes/order.php
Line #19 : class order extends base { 
    
/homepages/11/d210728506/htdocs/includes/classes/order_total.php
Line #19 : class order_total extends base { 
  Match Lines found: 3
Thanks for the help so far.