because I have not developed a complex site, do not know how the maintenance of the site should be done, I hope you can point.
sae-php
1. For example, the website is currently in version 1.0 , and I am developing version 1.1 . How do I debug a Web site without the user noticing it? Because I need to constantly submit a new version to check if my code is correct (Mac without SAE local debugging)
2. How do I develop the backend? For example, I am a social networking site, I need to use the administrator's account to delete some bad information. Is it a new Web page or is it directly based on the original page to determine whether the user is an administrator, in order to display the Administrator tool?
I hope you can answer my question! Thank you!
Reply content:
Because I have not developed a complex site, do not know how the maintenance of the site should be done, I hope you can point.
sae-php
1. For example, the website is currently in version 1.0 , and I am developing version 1.1 . How do I debug a Web site without the user noticing it? Because I need to constantly submit a new version to check if my code is correct (Mac without SAE local debugging)
2. How do I develop the backend? For example, I am a social networking site, I need to use the administrator's account to delete some bad information. Is it a new Web page or is it directly based on the original page to determine whether the user is an administrator, in order to display the Administrator tool?
I hope you can answer my question! Thank you!
- SAE or BAE provides version management, and other versions can be accessed in a similar manner:
http://2.appname.sinaapp.com
without affecting the main version on-line.
- Are better. Simple, easy to do things put the front desk, such as delete individual posts. Complex, large-scale operation in the background, such as the bulk of deleted posts. You can refer to discuz! The implementation of X is still relatively scientific.