eZOnRails 0.1 released

How it works:

1. create php class "goofy", with a method "index", drop it in the the controllers dir.
2. that method will be executed when the user browses to http://ez.server/etc/index.php/siteaccess/ezonrails/goofy
3. now add a method "action1" to the "goofy" class
4. that method will be executed when the user browses to http://ez.server/etc/index.php/siteaccess/ezonrails/goofy/action1
5. back to step 3
6. do not forget to assign execution permissions on your new methods (module: ezonrails). NB: whenever you add a new method to a controller class, be sure to clean all caches before trying to add a permission to execute it, as the list of available controllers and actions is cached for speed

Comments

Log in or create a user account to comment.

Article info

0 comments