From: Dan T. <rum...@gm...> - 2006-05-01 21:04:47
|
Hi Guys, Been using FOFR since Khaled wrote about it the first time on his site... And have since been reading this mailing-list... I love the MVC implementation in Rails and have implemented a Rails-inspired proof-of-concept View-Controller in php 4 (old class layout), its a while back I did it, and it was just for seing how "less" code it was making it work as light as possible... To give a small hint of the implementation: <?php class ArticleController extends ApplicationController { function view() { // business logic } } ?> after wards the file ./views/article/view.php is included and "evaluated"... I could put up a small example where you could browse the source as well... Best regards, Dan (A happy user) PS. Good work on this project... |