Home > Article > Backend Development > Two Zend Studio usage tips_php tips
This article describes two Zend Studio usage tips. Share it with everyone for your reference, the details are as follows:
1. Template settings for new documents:
Window -> Preferences -> PHP -> Editor -> Templates -> New simple PHP file
This can modify the starting code of each new file.
2. The automatic code prompt is very slow:
Window -> Preferences -> PHP -> Editor -> Content Assist ->Auto Activation
Here you can set the code automatic prompt speed 500 to 50.
Readers who are interested in more PHP-related content can check out the special topics on this site: "Summary of PHP operations and operator usage", "Summary of PHP network programming skills", " Introductory tutorial on PHP basic syntax", "Summary of PHP office document operation skills (including word, excel, access, ppt)", "Summary of PHP date and time usage》, "php object-oriented programming introductory tutorial", "php string (string) usage summary", "php mysql database operation introductory tutorial" And "Summary of common database operation skills in PHP"
I hope this article will be helpful to everyone in PHP programming.