php|works 2007: Organizing Your PHP Project

Here are the slides for my talk on how to organize your PHP projects:

organize-php-project-2007.pdf

3 Responses to “php|works 2007: Organizing Your PHP Project”

  1. php|works day 1 at amnuts Says:

    [...] Paul Jones was up next with his “Organizing your PHP projects”. The outcome of this was basically to not use global vars at all, write your applications as if writing for a library, namespace everything to avoid conflicts (while remembering to use sensible namespace names and not things like ‘Date’ or ‘Html’), and use the class-to-file naming convention (such as Component_Db_Table would refer to the directory Component/Db/Table). [...]

  2. Stan Says:

    Thanks for posting this Paul, as always your insight if very much appreciated.

  3. titzu Says:

    hi!
    it apears to me that the link for the pdf is dead. can you please fix it or post it elsewhere?

    thanks

Leave a Reply