Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

why tep_function_name()


naveedramzan

Recommended Posts

Posted

hello all,

 

plz tell me why every function name start with 'tep' ...

 

 

thanks in advance

Muhammad Naveed Ramzan

Software Engineer

Discretelogix (Pvt.) Ltd.

Islamabad, Pakistan

Mail: [email protected]

Posted

Suspect it relates to the fact osc was formerly called The Exchange Project.

 

Why not try google for more info

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Posted
Suspect it relates to the fact osc was formerly called The Exchange Project.

 

it's also a common practice among programmers to prefix global function names with something. this allows another programmer, or third party library to be added without the possibility of 'function name collisions' - having the same name defined twice in two separate areas of the code. this is especially bad if the functions do very different things.

Posted
it's also a common practice among programmers to prefix global function names with something. this allows another programmer, or third party library to be added without the possibility of 'function name collisions' - having the same name defined twice in two separate areas of the code. this is especially bad if the functions do very different things.

 

 

thanks to u all

Muhammad Naveed Ramzan

Software Engineer

Discretelogix (Pvt.) Ltd.

Islamabad, Pakistan

Mail: [email protected]

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...