PHP Development's tag archives

10 Principles of the PHP Masters

Posted under Article, Featured, PHP on Saturday, 8 August 2009 by
With PHP's widespread adoption,it's almost too easy to find a script or snippet to do exactly what you need. Unfortunately, there's no filter as to what is a "good practice" and what's, well... not so good when writing a PHP script. We need trustworthy sources, who have proven they have a solid...
10 Principles of the PHP Masters

PHP source code analysis – zend final call function

Posted under Article, Development, PHP on Sunday, 19 July 2009 by
Zend core on track when the final call of the function found in the document which defines the zend_vm_execute.h, that is the basic of every PHP statement, such as the definition of a function, echo, such as an expression of any realization of the final statement is zend_vm_execute.h defined in...
PHP source code analysis – zend final call function

Libtemplate build html page

Posted under Article, Development, PHP on Tuesday, 14 July 2009 by
For a long time Everywhere I go I ask people how to achieve static pages, and now, I finally came up with a very simple approach, which is used to achieve it libtemplate Libtemplate download: http://libtemplate.sourceforge.net 1.Modify libtemplate,add two function 2, the realization of...
Libtemplate build html page

PHP Class for Google AJAX Language API

Posted under Article, PHP on Monday, 13 July 2009 by
This class allows you to use the Google AJAX Translation API to translate arbitrary text to the many languages supported by the Google API. Source versioning added...
PHP Class for Google AJAX Language API

Use AJAX and PHP to Build your Page List

Posted under Article, Development, PHP on Monday, 13 July 2009 by
A simple example, using ajax and php refresh list page. AJAX Code: ajaxpg.js index.php: I am a content div on the display, when the flip action arises, the use of AJAX to update DIV to achieve the effect of this is the contents page shows the page code: test.php: The...
Use AJAX and PHP to Build your Page List

PHP cache: data cache

Posted under Article, Development, PHP on Monday, 13 July 2009 by
There is an idea: CACHE FOR CASH. Can be seen CACHE (cache) to reduce the server stress and reduce hardware costs and improve performance are of great significance. From the scope of the cache divided, there are two general caching: page-level cache and data cache class. This is a...
PHP cache: data cache

PHP Development tools

Posted under Article, Development, PHP on Sunday, 12 July 2009 by
A collection of libraries and scripts to enhance and ease PHP web development.Project includes: Image Create for PHPlibHtmlForm for PHPVariables from URI for PHPOptimize Database for MYSQLChopspaces for PHPHTML special chars encode for...
PHP Development tools