作者:Yuli Vasiliev
副书名:Data processing, Security, Caching, XML, Web Services, and Ajax
出版日期:August 3, 2007
出版社:其它
页数:396
ISBN:ISBN-10: 1847193633 ISBN-13: 978-1847193636
文件格式:PDF
Product Description
This practical book is built entirely around example code, covering themost popular and up-to-date topics on using PHP in conjunction withOracle. The book explains in extensive detail how to build robust,efficient, and secure PHP/Oracle solutions.Oracle Database gets high marks for performance, reliability, andscalability. Building and deploying your PHP applications on OracleDatabase enables you to combine the power and robustness of Oracle andthe ease of use, short development time, and high performance of PHP.When used in a complementary way, PHP and Oracle allow you to buildhigh-performance, scalable, and reliable data-driven Web applicationswith a minimum of effort.
When building a PHP/Oracle application, you have two generaloptions. The first is to use an Oracle database just to store data,performing all the operations on that data on the client side; theother is to use the database not only to store data, but also toprocess it, thus moving data processing to the data. While building thekey business logic of a database-driven PHP application inside thedatabase is always a good idea, you should bear in mind that not all ofthe databases available today allow you to do. The Oracle database,which offers record-breaking performance, scalability, and reliability,does. The partnership of Oracle and the open-source scripting languagePHP is an excellent solution for building high-performance, scalable,and reliable data-driven web applications.
This 100% practical book is crammed full of easy-to-follow examples.It provides all the tools a PHP/Oracle developer needs to takeadvantage of the winning combination. It addresses the needs of a widespectrum of PHP/Oracle developers, placing the emphasis on the mostup-to-date topics, such as new PHP and Oracle Database features, storedprocedure programming, handling transactions, security, caching, webservices, and Ajax.
Program your own PHP/Oracle applicationMove data processing inside the databaseDistribute data processing between the web/PHP and Oracle database serversCreate reusable building blocks for PHP/Oracle solutionsUse up-to-date technologies, such as Ajax and web services, in PHP Oracle development