Official Review
NULL
|
Other links at PHP > Magazine Articles |
| 1. |
Comparing PHP with Perl for Dynamic Web Pages
|
|
|
The main issues discussed in this article about PHP versus Perl are (1) Perl does not separate code from HTML (2) mod_perl is a fine hack, but still a hack (3) and performance.
|
| 2. |
PHP Caches and Debuggers
|
|
|
This article presents a compilation of all available PHP debuggers and caches, with benchmarks.
|
| 3. |
Data-Drive Sites with Midgard
|
|
|
Zope isn't the only Open Source site-management tool out there. Brian Jepson introduces Midgard. Main topics include: Installing Midgard, Building a Simple Site with Midgard, Defining Styles for Your Site, Creating the Host, Creating Content, Updating the Home Page, and Data Collections.
|
| 4. |
PEAR Tutorials
|
|
|
PEAR is the standard library of PHP code for PHP4. Tutorials and documentation on PEAR can be found here.
|
| 5. |
Variable Security in PHP
|
|
|
In order to make sure that you are getting the value of global variables that you desire, it is important to refer to how they were generated. This is also relevant because global variables are defaultly turned...
|
|
|