Tag Archives: MVC

PHP – TinyMVC Session Plugin

Another TinyMVC plugin; this time to get and set session variables from within your controllers. Utilising PHP5′s magic functions to add and remove entries from the $_SESSION global, quickly and easily. Drop the following code into your plug-ins directory and … Continue reading

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

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