Closed volomike closed 13 years ago
I'm taking advice on how you think the framework could best implement this code with a --path parameter.
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.
Change tested and implemented.
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.