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...