I have the relevant code posted in a gist:
https://gist.github.com/1561520
I was wondering if someone could tell me what the correct way to call the ReportsController->create() method from my form would be. The only idea I can come up with would be to have form have a random action, something like action="application/views/reports/new.php" and call my controllers create method from there. The problem is, that defeats the purpose of the __autoload function, unless I am mistaken.
Thanks for your help!
I would give a simple router like PHP-router a try.