♥bruyndoncx Posted January 16, 2005 Posted January 16, 2005 This ZIP contains : - Browsable MS2 Admin source code (zip) - Browsable MS2 Catalog source code (zip) Both excluding language files to keep things simple and compact. To install, unzip each of the files into a separate directory and point your browser to the main directory. These files have been generated using phpdocumentor. Let's see, the benefits I can see: 1) Using the index, you can easily find a function name, click on it and see the available parameters. If the comments were maintained in a standard way, using certain tags, the page would also show this. Do I need this right now ? No, not really, I've figured out where most of the items are defined and how they are interlinked, but it could answer beginners questions, like , - how/where do I change this - how do I add a link 2) personally, instead of reinventing the wheel and adding custom functions, I try to build on what's available, and passing additional parameters, sometimes adding optional parameters for my own use. Ofcourse, you need to find out what's available, I like to jump from one page where eg a class function is used, to the definition of the function, to the other instances where it is used, to learn how everything fits together. 3) integration with the php.net function descriptions 4) getting upto speed with the intracies of MS3 (no this one is just about MS2, but could do the same for MS3) 5) it still only occupies one browser window and I can use the back button easily. If I find the files and open them in an editor, I end up with loads of files open that I don't need/want to (accidentally) edit. Demo installation at: http://oscommerce.calimeross.com/ms2/doc_admin/ http://oscommerce.calimeross.com/ms2/doc_catalog/ Enjoy Carine Quote KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
♥bruyndoncx Posted January 17, 2005 Author Posted January 17, 2005 It's there now, because of the size of the zip (~1.5Mb), there were some initial problems to get it visible in the contribution section. Quote KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
ozEworks Posted October 17, 2005 Posted October 17, 2005 Hi I wanted to see what this was all about but the demo's are no longer there. Anyway to see it in action? Quote
♥bruyndoncx Posted October 19, 2005 Author Posted October 19, 2005 The demo area is up again ... it's been moved to another host, please let me know if things are not working as expected thanks Quote KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.