Zend Company, manage the PHP version of the upgrade. The
feature is powerful and is officially recommended.
(Developing a PHP project)
Five phases of software development.
1. Create a Project (project)
2. Set the path to the Project
3. Create a file test.php
* * * Use IDE details such as Zend/epp/eclipse
1. Set the encoding of the file to UTF-8
shortcut keys and debugging features
1. Prompt helper Content Assist (shortcut alt+/)
2. Copy the current line (ctrl+alt+ down)
3. Delete the current row (ctrl+d)
4. Block comment s+c+/, s+c+\
5. Debug PHP code
Debug
Line-by-line execution of code to see changes in in-memory data. Process called ~
Breakpoint
 &NBSP
f5 Jump
f6 Skip
f7 jump Out ( function)
Employee Management System v1.0
First interface
requirements analysis->
design phase->
(Encoding stage)
artwork (PS paint), web front end ( HTML,CSS) Customer familiarity (additions and deletions) [programmer]
->
test phase->
Release/Maintenance phase
[PHP notes] project development Five phases/employee management system