thank you very much for your detail explaination, lightdot. it makes me 
clear right now. is that hard way is same like build minimalist web2py (
http://web2py.com/books/default/chapter/29/14#Building-a-minimalist-web2py) 
or it just pure build it from scratch? i'm usually create the application 
that not change the default web2py scaffolding apps as much as possible, n 
when i'm copy it into web2py applications folder it's not going to work.

for example :

hotel/
├── controllers
│   └── default.py
├── models
│   ├── db.py
│   ├── db_wizard_label.py
│   ├── db_wizard_populate.py
│   ├── db_wizard.py
│   ├── db_wizard_requires.py
│   └── menu.py
└── views
    └── default
        ├── booking.html
        ├── branch.html
        ├── check_in.html
        ├── check_out.html
        ├── cleaning.html
        ├── company.html
        ├── guest.html
        ├── index.html
        ├── repairing.html
        └── room.html

honestly, i'm a newbe and not mastering the css for layout in views so that 
i avoid to modified it as much as possible, otherwise in the book it self 
is not tell a lot about modified the views. have an idea or suggestion for 
modified the views in web2py default?

thank you so much in advance

-- 

--- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to