You call the action/function in the controller via http://host:port/app_name/ctl_name/action_name
and if the action returns a dict then the corresponding view is called /app_name/views/ctl_name/action_name.html On Mar 2, 8:41 am, stargate <[email protected]> wrote: > I am looking at the following example here located > > http://web2py.com/AlterEgo/default/show/106 > > If you go to the heading > > PHP files and web2py views > > Further down there is a web2py example. Now i create a controller > called loop and a html page called loop but how do i call the > controller in the loop.html page.

