graphicsman Posted December 4, 2013 Share Posted December 4, 2013 Ive spent a few months learning how to code with php and I know Im still a beginner but I also wanted to learn how to create my own user account panel primary for an eCommerce site. Are there any sites that teach this or the best practices when creating one? I know this may be a far out question and I know some other eCommerce frameworks exist but I do better coding and learning from repetition other than looking at books all day on how. Any advise would be great. Quote Link to comment https://forums.phpfreaks.com/topic/284531-how-to-build-a-user-panel/ Share on other sites More sharing options...
dalecosp Posted December 4, 2013 Share Posted December 4, 2013 (edited) Well, what sort of projects have you done so far? Typically, here's what happens. 1. A set of requirements are created. What should this do? What functions will the software be able to do, what might the interface look like, how will it be supposed to operate (with what, upon what, etc.)? 2. What strategies can be used to implement the functionality, the interface design, and the operations from #1?3. What will need to be created to implement these strategies? (Usually that's files with code in them ;) ) 4. Either write up #1-3 and submit it for approval, and start coding ... or just start coding 5. Test. Rewrite what's necessary. 6. Test some more. Evaluate if the design goals have been met. 7. Repeat steps 5-7 until you feel you can foist it on the public without damaging your business. 8. Deploy.... or at least it's SOMETHING like that Edited December 4, 2013 by dalecosp Quote Link to comment https://forums.phpfreaks.com/topic/284531-how-to-build-a-user-panel/#findComment-1461290 Share on other sites More sharing options...
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.