Sections
Daniel
Moriah
Photos
Recipes
Software
Other
About
Contact
Show/Hide Search
December 18, 2005

[Daniel] Remarkable Framework 1.0

Remarkable Framework has launched! Version 1.0 is out and ready for download.



Remarkable Framework has been my pet project for quite a while now. It's a web framework to help speed the building of web applications. I built it to make future Remarkable Umbrella projects go quicker. Since it was useful to me, I decide to open source it, though I doubt many people will latch onto it, given the relatively large number of PHP frameworks already in existence. (Shrugs) Time will tell.

Comments

WTF

Thanks... I am trying out your RFW and want to know how I can execute the generateAll and generateModel without access to a cmd line... I have an ISP that has PHP, etc, but no cmd line support.
your fw looks like just what I need if I can make it work.

Posted on Feb 25, 2006 @ 1:58 a.m.

You can use the PageGenerator class (scripts/PageGenerator.php) in any PHP script you like. Simply make a PHP page that requires/includes this file, create an instance of the class and call the methods you want. That is why it is a class, so it can be used outside the command line tools.

Posted on Feb 25, 2006 @ 2:23 p.m.

Add A Comment