PHP complete sample website source
Posted
by
MarceloRamires
on Stack Overflow
See other posts from Stack Overflow
or by MarceloRamires
Published on 2011-01-03T10:46:15Z
Indexed on
2011/01/03
10:53 UTC
Read the original article
Hit count: 249
php
|code-sample
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.
© Stack Overflow or respective owner