So, crazy me decided to give a talk at BarCamp Texas on MVC design in PHP.
With the prevalence of MVC frameworks becoming more and more ubiquitous in PHP development (CakePHP, Symfony, and the Zend frameworks), I wanted to make sure that (a) the non-developer types were introduced to such styles of PHP development, and (b) introduce those developers with little formal experience (very common in the PHP world) to what MVC actually is and that MVC does NOT require large expansive libraries.
I could do my presentation showing out to setup a basic application with an existing application, however I don’t feel that would be beneficial. The idea is knowledge portability, and I feel a good understanding of the basics of OO design will be transferable to any other frameworks, since all the aforementioned frameworks have excellent “getting started” tutorials.
When I finalize my slides, I will post them here for people to take a look at, possibly to berate my retardedness.
Post a Comment