Php Oracle Web Development: Data Processing, Security, Caching, Xml, Web Services, and Ajax

Yuli Vasiliev "Php Oracle Web Development: Data Processing, Security, Caching, Xml, Web Services, and Ajax"
PP | English | 2007 | ISBN: 1847193633 | 396 pages | PDF | 7,1 MB


Oracle Database gets high marks for performance, reliability, and scalability. Building and deploying your PHP applications on Oracle Database enables you to combine the power and robustness of Oracle and the ease of use, short development time, and high performance of PHP. When used in a complementary way, PHP and Oracle allow you to build high-performance, scalable, and reliable data-driven Web applications with a minimum of effort.
When building a PHP/Oracle application, you have two general options. The first is to use an Oracle database just to store data, performing all the operations on that data on the client side; the other is to use the database not only to store data, but also to process it, thus moving data processing to the data. While building the key business logic of a database-driven PHP application inside the database is always a good idea, you should bear in mind that not all of the 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 language PHP 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 take advantage of the winning combination. It addresses the needs of a wide spectrum of PHP/Oracle developers, placing the emphasis on the most up-to-date topics, such as new PHP and Oracle Database features, stored procedure programming, handling transactions, security, caching, web services, and Ajax.
What you will learn from this book?
• Install and configure PHP and Oracle software
• Connect PHP with Oracle
• Move key application business logic into the database
• Build transactional PHP/Oracle applications
• Use security features of PHP and Oracle
• Improve performance with caching
• Employ XML features of PHP and Oracle
• Implement SOAP Web services with PHP and Oracle
• Build Ajax-driven PHP/Oracle solutions
Approach
Through numerous examples, this book shows you how to build simple and efficient PHP applications on top of Oracle, efficiently distributing data processing between the Web/PHP server and Oracle Database server.
Who this book is written for?
Although this book covers only the most popular and up-to-date topic areas on the use of PHP in conjunction with Oracle, the author does not make any assumption about the skill level of the reader. Packed with information in an easy-to-read format, the book is ideal for any PHP developer who deals with Oracle.