PHP complete sample website source
- by MarceloRamires
I'm new to PHP, and it appears that the way I learn the fastest is to study a new language a well developed complete program (or website, in this case) changing stuff seeing what happens and consulting books.
There are lots of recommendations of books all around, and that's pretty much covered.
I'd like to find the sourcecode of a website. Either a well known, well developed open-source website, or a sample sourcecode of a complete website (maybe one used in a book or something).
Everyone says they should find the way they learn better.. Well, that's mine.
PS.: By complete I mean having several common functionalities (such as login), database connection, use of security conventions, maybe a popular framework, and being up-to-date.