New project: Building a naked PHP skeleton / boilerplate application from...
[This post is from November 2013. In the meantime (I’m writing this in November 2014) the project has changed its name and the idea behind. You can find the new script, called MINI, here on Github or...
View ArticlePreview-release of (my) “php-mvc” project (a simple php mvc barebone)
Voila! The very first pre-final release of the “php-mvc” repository is online: https://github.com/panique/php-mvc and http://www.php-mvc.net. It’s a very simple but very useful barebone application...
View ArticleTwo excellent introductions into AngularJS by Todd Motto
If you are familiar with PHP frameworks and have a basic understanding of what a model, a controller and a view is and how routes work, then you should watch these two beautiful introductions into...
View ArticleLearn AngularJS in 20 (or 90) minutes with Dan Wahlin
Definitly two of the best and most up-to-date short-introductions into AngularJS: Dan Wahlin shows how to build a full little application within 20 minutes on ng-conf (a US AngularJS conference, the...
View ArticleHow to install php-mvc on Windows 7
In this tutorial we’ll work through the extremely simple installation process of “php-mvc” (a super-simple but modern, clean, fast and easy to learn naked PHP application) under Windows 7 (which is...
View ArticleThe first micro framework written in Hack is there: hack-mvc !
It has been just a few months ago Hack has been first announced, but some awesome people have already developed first tools for or with Hack. A quite interesting thing is definitly hack-mvc, a very...
View ArticleInstall MINI in 30 seconds inside Ubuntu 14.04 LTS
This is a guideline on how to install MINI – an extremely simple naked PHP application – more or less automatically inside Ubuntu 14.04 LTS with just some very simple copy&paste-commands on the...
View Article