volomike / Faster

A Minimalist, Zero-Config PHP MVC Framework
27 stars 7 forks source link

Add Command Line Interface #1

Closed volomike closed 13 years ago

volomike commented 13 years ago

The framework loads from command line, but returns HTML back as if one went to / in the URL. Instead, I need to do it similarly to how Kohana does it, where I can do...

php index.php --path=/sample-group/sample-action

...and it automatically routes me to app/_controllers/SampleGroup/cSampleAction.php to begin the code execution.

volomike commented 13 years ago

I'm taking advice on how you think the framework could best implement this code with a --path parameter.

volomike commented 13 years ago

I have this coming soon. I have written the code. Just need to compile the helpdocs again and redo the git. Expect an upload hopefully on May 19, 2011.

volomike commented 13 years ago

Change tested and implemented.