This entry was posted
on Thursday, September 13th, 2007 at 15:56 and is filed under PHP.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
3 Responses to “php|works 2007: Organizing Your PHP Project”
[...] 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). [...]
September 13th, 2007 at 17:15
[...] 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). [...]
September 13th, 2007 at 17:27
Thanks for posting this Paul, as always your insight if very much appreciated.
February 5th, 2008 at 12:24
hi!
it apears to me that the link for the pdf is dead. can you please fix it or post it elsewhere?
thanks