A friend and I have been working on a moderate-sized PHP website for some time now. Although we have both worked on and finished multiple small websites (in terms of amount of code), this is our first website that has required a very large amount of code.
We have come up with our own site structure. So far, it has seemed to be working pretty well for us. However, we’d like to see some examples of what might be considered “good” PHP coding for a dynamic website.
So, are there any possibly open-source examples of well coded PHP websites that we could take a look at? I think going over a bunch of code will help us come up with better ways to organize the code for our site.
Here is a simple login system with admin features. It’s a bit older but has a fair code structure that is easy to navigate. You may be able to learn quite a bit from it. This is where I learned PHP.
jpmaster77’s Login System