CRUD with Fat Free Framework We have learnt some good and useful features of F3 in some previous posts. We have already learnt “Routing...
Views and Templates of Fat Free Framework According to fundamental of the MVC paradigm, HTML page should be independent of the underlying PHP code related to...
Variables With Fat-Free Framework Variables defined in Fat-Free are global. They can be accessed by any MVC component. Framework globals are not identical...
Routing Practice and Event Handlers with Fat-Free Framework In my previous post we successfully created a hello world example with Fat-Free (F3). Now we will use that...
Hello World Tutorial within a minute in Fat-Free Framework Fat-Free :: A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications – fast!...
CRUD with PHP MVC, PDO, JSON and Twitter Bootstrap CRUD with PHP MVC, PDO, JSON and Twitter Bootstrap We will create a CRUD application by using MVC design pattern, PDO...