Hi Anthony, first of all thanks for your time and your help.

I think that getting data in controlers as vars, is far better than 
recieving it as args, the main problem with your proposal (that works, of 
course) is the inconsistency in how we recive the data and how we send it 
(besides the fact that we need to take care about how we build the outgoing 
url because of the args order), I really don't like that.

Greetings.


El viernes, 5 de agosto de 2016, 15:17:27 (UTC-4), Anthony escribió:
>
>
> Of course I will continue using web2py, but will be great if I could use 
>> it without problems when my applications demands more exigent use cases. Of 
>> course, the most of the people do not think like me and begin to use 
>> another framework that works either with small and complicated 
>> applications, thats why they don't like and don't use web2py, not because 
>> they are "purists".
>>
>
> I'm not sure it's entirely an issue of small vs. complicated. Rather, I 
> would say web2py is more focused on the development of new applications 
> rather than taking over legacy systems. So, web2py has very simple default 
> routing along with an easy to use parameter-based router to handle most 
> common use cases, but if you need to replicate a wildly different URL 
> structure from a legacy application that is being replaced, that may be 
> more complicated in web2py (though in this case, I still think possible). 
> Similarly, the DAL works best with database tables that have a single 
> primary key field with auto-generated values, and so may have some 
> limitations when working with legacy database systems that lack that 
> structure.
>
> Anthony
>

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