View Single Post
  #7  
Old 08-01-2014, 01:30 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: Remove Template From Lists Question

Hi Mike!

Yes, you are right about my mistake in class name and about your implementation of the code I am so happy to see that you are learning X-Cart 5 really well. Please, keep asking questions if there is a need to. I am happy to help you with it.

By the way, add me on Skype. My Skype ID is in the signature of any my email.

As for function/method terms, if you call a code only by its name like str_replace() or preg_match() than it is a function. If you call code by the name in relation to the object/class $this->getName(), myClass::someStaticMethod() than this is a method, not function.
__________________
Found a bug in X-Cart? Post it to our bug tracker!
Know how to make X-Cart better? Suggest an idea!

Last edited by tony_sologubov : 08-01-2014 at 01:36 AM.
Reply With Quote