Is there anywhere I can get a list of wrapper functions for zencart without having to dig through all the files? Many times, I do not even realize there is one available so I don't even know to look.
Is there anywhere I can get a list of wrapper functions for zencart without having to dig through all the files? Many times, I do not even realize there is one available so I don't even know to look.
Perhaps you'll find what you are looking for here http://www.zen-cart.com/wiki/index.p..._API_Tutorials
A little help with colors.
myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.
While not the friendliest (would love to see this landing page contain all the functions found in the files), have you taken a look at: Zen Cart 1.5.0 functions? You can click on one of the files in the "functions" package and quickly see a list of available functions it supplies.
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker
I sent a link to the online Zen Cart 1.5.0 API (PHP docs) - not files. Yes I know they are organized by file (most generated API documentation will be organized by file or class). Yes I know they are not what exactly what you are looking for... But they should be a good starting point (as should the URL sent by dbltoe)!
API documentation is one of the fastest way for a developer to learn about what classes, functions, etc are available when developing 3rd party code to interact with an application (without digging through all the code in all the files).
And the answer to "not knowing one exists" is to learn about what is available!
P.S. I'd like to see the API updated someday (as I alluded to in the last post). But I also understand there are other higher priority tasks... Such as refactoring the Zen Cart codebase... Bug Fixes... Security Patches... New features... and of course working on new releases!
P.P.S. As the core team work on this project without charge... Maybe you would like to help by forking Zen Cart on github and donate your time to improve the documentation? Or donate some time to write a few articles on Zen Cart functions (organized how you would like)? I'm sure it would be appreciated :)
NOTE: I am not part of the core Zen Cart team. I just donate some of my time to: 1) Try helping people here on the forums and 2) Write some hopefully helpful modifications (plugins) for Zen Cart.
Last edited by lhungil; 25 Jun 2013 at 07:31 PM.
The glass is not half full. The glass is not half empty. The glass is simply too big!
Where are the Zen Cart Debug Logs? Where are the HTTP 500 / Server Error Logs?
Zen Cart related projects maintained by lhûngîl : Plugin / Module Tracker
Actually the list may have to come one way or another as I am frankly getting lost...the API is organized by FILES not by functions...heck, if I know what I am looking for...then I use the Developer's Tool (FANTASTIC ITEM BTW) to locate the functions.