Learning LAMP web developement – 6. PHP project organization, framework, libraries and third party code
Written on June 14, 2010 – 3:52 pm | by Stan Kuhn |Source code re-usability is one of the most important things if you plan to keep developing applications for longer. All Internet applications have set of functionalities that are common. These are for example, User management, permissions management, CMS functionality, forums, categories, menus, profiles etc. Therefore you don’t have to write a lot of code from [...]

