On 5 Jan 2014, at 11:53 AM, Anthony <abasta...@gmail.com> wrote:
> On Sunday, January 5, 2014 10:52:42 AM UTC-5, pythonic...@gmail.com wrote:
> I'm starting at the start with trying to understand the structure of web2py 
> and how it all fits together (reading books doesn't work for me).
> 
> I think you should consider going through at least some of the documentation, 
> as it will be frustrating for you and for us if you just try random things 
> and keep asking questions about what you're doing wrong. The Overview chapter 
> is a tutorial -- read the Intro and Overview at least to get started. If you 
> want to experiment, it may be easier to start with the scaffolding app and 
> modify it rather than starting to create files from scratch before you know 
> how anything works.
> 

I'd also be inclined to avoid name collisions between controllers and functions 
("index"), at least until you have the basic site working. At the very least, 
those collisions limit the shortening that the parametric router can do, and at 
worst it might be exposing a bug that needs fixing. (If it's a bug, we'd like 
to know, but it's not the place to start.)

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to