Thank you, I'll continue the way I was started.

On Thursday, October 9, 2014 10:17:48 AM UTC+2, Richard wrote:
>
> Good morning,
>
> I am developing a large app and have doubt about proper coding using 
> web2py.
>
> Variables may have different web2py types e.g. int, row, rows, set.
> Does the web2py community (do we) has agreed on variable naming 
> conventions from which the type can be derived.
>
> e.g. what variable syntax belong to the following code:
>
>    db(db.entity.id==10)
>    db(db.entity.id>10)
>    db(db.entity.id>10).select()
>    db(db.entity.id==10).select().first().id which equals db.entity[10].id
>
> This will be convenient for software quality and coding speed.
>
> Richard D
>

-- 
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/d/optout.

Reply via email to