1 / 210
文档名称:

No Starch Press - Object Oriented Php Concepts Techniques And Code - 2006.pdf

格式:pdf   页数:210
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

No Starch Press - Object Oriented Php Concepts Techniques And Code - 2006.pdf

上传人:kuo08091 2014/3/12 文件大小:0 KB

下载得到文件列表

No Starch Press - Object Oriented Php Concepts Techniques And Code - 2006.pdf

文档介绍

文档介绍:L E A R N T H E
B A S I C S O F ®
O B J E C T - O R I E N T E D
P R O G R A M M I N G
A N D P H P
JCT ENTED P P PH D E T N IE R O T- BJEC O
JCT ENTED P P PH D E T N IE R O T- BJEC O
Trying to learn the concepts of object-oriented • Use XML easily with an object-oriented approach
programming using a language like C++ can be an
• Employ PHP to autogenerate documentation for
intimidating experience. The simpler object model of
your code
PHP makes it the ideal language for an introduction to
object-oriented programming. • Make thumbnail images on the fly
For the uninitiated, this guide to the latest version of • Replace clumsy error trapping with Exception
PHP offers a speedy introduction to object-oriented handling
programming, including a thorough explanantion of
• Take full advantage of advanced OO features in PHP
class as well as coverage of constructors, destructors,
inheritance, polymorphism and interfaces. In this easy Object-Oriented PHP will show you how to maximize
to follow guide, the author teaches by example, and PHP’s features, with much less work than you might think.
couples new concepts with snippets of example code With Object-Oriented PHP, you can master the basics of
(which are available for download from the book’s OOP and get up to speed on PHP in one fell swoop.
companion website).
A B O U T T H E A U T H O R
With Object-Oriented PHP, you’ll learn to:
Peter Lavin runs a web development firm based in
• Promote code reuse by creating your own classes Toronto, Canada, and he writes regularly on all things
and using built-in classes tech. He has been published in a number of magazines
and online publications, including ,
• Customize and improve classes through inheritance
Spider Magazine and PlugIn Magazine. He is also a
• Simplify database access by developing MySQL contributor to the ing PHP Hacks (O’Reilly).
database and result set classes
• Incorporate an RSS reader