Uml diagram for grocery crud
- Single Page
Posted 03 December 2012 - 14:59 PM
Posted 04 December 2012 - 11:01 AM
why do you need it?
Posted 04 December 2012 - 11:23 AM
Posted 04 December 2012 - 11:47 AM
Posted 04 December 2012 - 12:03 PM
I think it will be difficult because the GC library contain about 5000 lines.
Posted 04 December 2012 - 12:41 PM
Posted 04 December 2012 - 14:03 PM
1) set customer's settings
2) load helpers
3) load language
4) parse url and get status of operation
for example:
when you will click "edit" you will have this url "controller/function/edit/2"
in this case status is "edit".
5) set model
6) get info about tables
7) set theme
8) set operation based on the state
for example:
in this case status is "edit". The library use the "showEditForm" method which get data from db and paste in the form and show it to user.
9) when information in form has been changed and clicked the "save" button the form send on server: in this case status is "insert"
9.1) if validation function return "true", php script sent json about it.
9.2) save the data
Sorry, my English is poor
Posted 04 December 2012 - 18:07 PM
now I understand it
WebRep
Overall rating
This site has no rating
(not enough votes)