| Warning: Beta |
| This page/script has been classified as beta. This means it is not fully developed or documented and is not ready for public use. There is also a risk that any future (final) versions will NOT be backwards compatible with this one. However, interest has been expressed in seeing this project in it's current state so so I am putting it up for anyone to play with. |
Comments
Great Stuff
All your classes are great. I'm curious though - do you see using something like your homegrown scripts or using an MVC framework like Codeigniter, Zend, or CakePHP as a better choice?
I've never used a framework and am interested in trying but looking for input on whether you may think they are restrictive or beneficial...
Answer - Framework/Library philosophy
If you are a developer or you are wanting to become a programmer/developer I would recommend starting to collect/write your own library of "script snips." If it's something you write you'll (1) learn/understand it better and (2) be able to quickly make custom changes later on (especially if you comment/document it well). What you see on this site are some examples from my library that I've used/modified for a wide variety of projects.
That said, there's nothing wrong with using someone else's framework. If you are just starting out they tend to be more polished and less prone to bugs. The downside is you can end up spending hours going through documentation and still not understand what something does. If you find a framework you like and you can easily use the documentation to make it do what you want, don't be afraid to use it.
Use of Login Script
Can this script be used to keep User data, such as Shipping Address and Product Information, to autofill an order form? I'd like to make it easy for returning customers to order online, and it seems if they login, I can have the form autofilled to save them time. I am not a programmer, but have worked with MySQL and PHP a lot. So, I am familiar with implementation and customization.
Thanks for your time.
Jason Woelfel
Answer - Shopping Carts
I have used modified versions of this script in a similar way, yes. However, what is currently here only supports basic login info (username, password, email). It would have to be modified to capture, store, and retrieve full name, mailing address, etc before it could be used in the way you are wanting.
It sounds like you would better served by looking for a shopping cart script. In terms of open-source ones, take a look at Magento. It has a massive amount of features and is very customizable even by someone with no programming experience. Most of the ecommerce work I do is with osCommerce and occasionally Zen Cart but both carts are showing their age and would not be my first recommendation.
Glad to see this
Glad to see this. I'll take a look through it completely when I get a chance, run a couple tests, and perhaps make a suggestion or two. Thanks for releasing the beta :-)