Hi, I am really interested in EAV design patterns at the moment and I use them all the time in my php development with Zend Framework. I am new to Python and web2py but I am going to use it to develop my new personal website as I wish to learn new things.
I was wondering if anybody had done anything interesting with web2py models that's beyond the basic DAL scripting. I want to build classes for products and categories and shopping carts that interract with the database models but are abstracted to a high level. How would I go about creating an admin area that allows me to use my new classes to create product objects ect. that are stored across multiple tables and use multiple models?

