From: Dan T. <da...@an...> - 2006-05-01 23:06:15
|
This is just proof of concept... So no routing etc have been implemented... http://v.rummanddan.dk/article/view/12344 You can get the source at... http://v.rummanddan.dk/vc.tar I would happily contribute to this project, so let me know if its something you would go for... I didnt implement an ORM (ActiveRecord in rails) thats a whole lot of work itself, but I read you are discussing to do that yourself anyway :) /Dan On 5/1/06, Kevin <ke...@dr...> wrote: > > Hi Dan, > Welcome! I am definitely interested in seeing an example of your work. > I haven't tried rails yet, but hear really good things about it. > > > > 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... > > > > > > ------------------------------------------------------- > > Using Tomcat but need to do more? Need to support web services, securit= y? > > Get stuff done quickly with pre-integrated technology to make your job > > easier > > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geron= imo > > http://sel.as-us.falkag.net/sel?cmd=3Dlnk&kid=120709&bid&3057&dat=12164= 2 > > _______________________________________________ > > Fofredux-devel mailing list > > Fof...@li... > > https://lists.sourceforge.net/lists/listinfo/fofredux-devel > > > > > -- > Kevin > > |