Organizing Your PHP Projects
Paul M. Jones (10.Mar.2010 at 13:15)
Talk at ConFoo.ca Web Techno Conference (English - US)
By using a few simple organizational principles, developers can make their project structure predictable, extensible, and modular. These techniques make it easy to de-conflict and share code between multiple projects. They also make it easy to automate project-support tasks such as testing, documentation, and distribution. This talk will discuss these principles, how they can be discovered from researching publicly available PHP projects, and how they are used (or not used) in popular applications and frameworks.
Quicklink: https://joind.in/1289
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?




14.Mar.2010 at 14:29 by Jon Elofson
This talk was well delivered with lots of examples. Nicely showed some differences between code libraries, frameworks, and full content management systems, and how the organization of these projects and dependencies tends to differ. Great discussion of "namespacing" your project files in a pre 5.3 environment.