Welcome Guest, Not a member yet? Register   Sign In
Create Custom Paypal LIbrary
#2

This depends primarily on the structure of the code you are converting. For example, if the code was originally written to work with Composer, your best bet would probably be to enable Composer and use it as you would on any other site.

If the code is a set of classes (or a single class), a library would probably be a good solution.

If the code is just a set of functions that you want to be available as global functions, a helper would take care of that (though it might be a good idea to put them into a library and access them through the library, rather than dumping more global functions into the application).
Reply


Messages In This Thread
Create Custom Paypal LIbrary - by Codin2015 - 07-15-2015, 02:44 PM
RE: Create Custom Paypal LIbrary - by mwhitney - 07-16-2015, 09:43 AM



Theme © iAndrew 2016 - Forum software by © MyBB