Category Archives: PHP frameworks

PHP – Useful TinyMVC View Helpers

Back again with more TinyMVC code. As I get more into this framework the more code I’ll be posting up, the functions in the code below are to be used directly from TinyMVC views and not controllers or models. One … Continue reading

Posted in PHP, PHP frameworks | Tagged , , , | Leave a comment

PHP – TinyMVC Template Wrapper Plugin

TinyMVC provides a great structure for developing new projects, it’s small base allows the developer to write new plug-ins and extend on the existing framework. Below you’ll find a template wrapper I have made to manage the views and assigning … Continue reading

Posted in PHP, PHP frameworks | Tagged , , | 1 Comment

Turn PHP classes in to a RESTful API with Restler

The Restler packer is a RESTful API server framework that is written in PHP that aids your mobile / web / desktop applications. A framework, but with a difference – Restler is all here to bend and mend to your … Continue reading

Posted in PHP, PHP frameworks, web developement | Tagged , , , | Leave a comment

Discussing PHP Frameworks: What, When, Why and Which?

What is a PHP Framework? PHP is the world’s most popular scripting language for many different reasons – flexibility, ease-of-use, among others – but often times coding in PHP, or any language for that matter, can get rather monotonous and … Continue reading

Posted in PHP, PHP frameworks | Comments Off