- PHP 5 CMS Framework Development / 2nd Edition
- Martin Brampton
- 116字
- 2021-04-13 17:22:00
Building software that makes full use of PHP5 involves creating numerous classes that model aspects of the problem being solved. It is usually convenient to keep each one in its own file. But this makes it difficult to keep track of whether a class is already loaded.
The neatest PHP5 solution to the problem is to implement a generalized autoload mechanism for classes. This chapter has shown that it need not be especially complex, even when built to be very flexible, and to handle dynamic additions to the stock of classes.
In the next chapter, another important general area is discussed—the provision of services that will help with the use of a database.
推薦閱讀
- 中文版3ds Max 2013-VRay效果圖制作從新手到高手
- 做好PPT就靠這幾招:圖解力+吸引力+說服力
- Creo Parametric 8.0中文版基礎入門一本通
- CAD/CAM軟件應用技術
- Google App Engine Java and GWT Application Development
- NetLogo多主體建模入門
- UG NX 9中文版從入門到精通
- 學摳圖:Photoshop專業摳圖技法案例教程
- 音樂日記:Studio One 6場景×風格編曲實用教程
- ICEfaces 1.8: Next Generation Enterprise Web Development
- Instant Markdown
- Illustrator CC 2018 基礎與實戰教程(全彩版)
- 數碼攝影修圖師完全手冊(第2卷)
- Photoshop+CorelDRAW平面設計實例教程(第3版)
- Jasmine JavaScript Testing