Official Review
NULL
|
Other links at PHP > Magazine Articles |
| 1. |
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...
|
| 2. |
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.
|
| 3. |
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.
|
| 4. |
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.
|
| 5. |
PHP: Hackers Paradise
|
|
|
Being a good PHP hacker isn't just about writing single line solutions to complex problems. For example, web gurus know that speed ofcoding is much more important than speed of code. This article looks at techniques that can help you become a better PHP hacker. It assumes that you have a basic knowledge of PHP and databases.
|
|
|