Official Review
NULL
|
Other links at PHP > Magazine Articles |
| 1. |
ADOdb and Oracle: an advanced tutorial
|
|
|
CoversulliPrepareliBLOB/CLOB/LOB supportliCalling storing procedures and PL/SQLliBind parameters, IN and OUT parametersliREF CURSORsliError-handlingliDate and time management/ul
|
| 2. |
Web Services with PHP using XML-RPC
|
|
|
One of the most important ideas in creating scalable Web sites is to decompose our programs into more modular Web services. Our Web pages will no longer read a database, process the business logic and spew out HTML. Instead we will subdivide our pages into multiple sections, and render each section by calling different Web services. In this way we spread the CPU load across multiple servers. This article shows you how to implement these Web services using XML-RPC and PHP.
|
| 3. |
Designing Fast Software Architectures in PHP
|
|
|
The recent benchmarking spree of PhpLib, ADODB, PEAR DB, Metabase and Native MySQL has brought more questions up how to to design fast and powerful class libraries in PHP. This short article describes how to design a fast and powerful class libraries in PHP.
|
| 4. |
The Case for PHP and MySQL
|
|
|
Unapologetically, my objective in this article is to show that PHP and MySQL are both mature and widespread technologies that can be considered a primary web-application platform, not just an alternative to ASP, JSP, Cold Fusion and a host of other web-app scripting solutions out there. I'm developing this article in an evolutionary way and will add as I see trends, get new data, have new ideas for how to discover the case for PHP. According to some stats, there are over 12,000,000 sites on the internet now running PHP. So, what's behind that and why is it so popular?
|
| 5. |
Evolution of a Super Hero
|
|
|
The release of PHP 4.0, the long-awaited, next generation of the popular Web scripting language, is just around the corner. The most recent version, release candidate 1, is stable and ready to take over PHP 3.0's role in Web application development. The release takes PHP to new levels, with increased performance, more features, and cleaner syntax.
|
|
|