Thanks

On Thursday, November 9, 2017 at 6:25:00 PM UTC+5:30, Leonel Câmara wrote:
>
> It's not recommended because the logic in web2py is that you use the same 
> controller for many different views (html, json, pdf, etc) so if you put 
> the getting of data in the view you will have to replicate it in all the 
> other views for that same controller. However you should use it where it 
> makes sense, for instance, if it's data you are only going to need in that 
> specific view.  
>   
> Yes in the same way you can actually make updates, that would be a very 
> bad idea as you would be spreading business logic everywhere.
>

-- 
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