Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

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

Posted

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.

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

  • 9 months later...
Posted

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

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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...