Archive for the ‘Architecture and Patterns’ Category
Meet the GEM Project
by David Joly | Thursday, July 22nd, 2010GEM is an open-source project currently in its formative stage. The main purpose behind the project is to provide an easy to use, extendable system to aid in the rapid development of custom web applications. Visit gem.zeletron.com Read More…
Zend Framework: Where Did the Model Go?
by David Joly | Thursday, July 22nd, 2010The Zend Framework is an excellent code base to work with, providing PHP developers with an ever-growing library of loosely-coupled components to aid in application development. Most notably, the Zend Framework provides developers with an MVC architecture, a pattern of modern software design which separates an application into clearly-defined layers: Model, View, Controller. Read More…