-
PHP SQL Parser is a PHP library for parsing SQL syntax. For now, the PHP SQL Parser library only supports the MySQL SQL dialect. Other dialects can be added, but some hard-coding might be required. All parsed SQL statements will be stored inside an array. Features of PHP SQL Parser:- Supported MySQL statements- DELETE- INSERT- REPLACE- SELECT- SET- UPDATE Limitations:- ...
-
PHP Backporter is a PHP utility for converting PHP 5.3 code to PHP 5.2. It allows easy syntax porting from PHP 5.3 branch to 5.2. Features of PHP Backporter:- Changes Lambda functions to normal functions- Converts closures into classes- All namespaces are transformed into underscore-separated pseudo namespaces- Converts const statements to separate define function calls- All __DIR__ magic constant are ...
-
Posts List is a simple WordPress plugin for listing all post titles and works via a WordPress shortcode. The simplest shortcode syntax is [posts-list]. For more advanced usage scenarios and filtering options, check out the plugin's README file. Installation:- Unpack and upload it to the /wp-content/plugins/ directory.- Activate the plugin through the 'Plugins' menu in WordPress. Requirements:- WordPress 3 or ...
-
This class is implements a template engine with configurable syntax.It allows defining the syntax of the template place holder marks, like start and end characters, section end characters, escape characters, and nodes that define PHP code to run when processing sections enclosed with given start and end characters.The class can read templates for a given path, process the template syntax ...
-
With this function, the users can easily manipulate PHP arrays just like in Python list comprehensions.Comparisson:Python syntax: [i*2 for i in Data if i > 5]php-lc syntax: lc ('$i*2 for $i in $Data if $i > 5', compact ('Data'))
-
While phpTable may not necessarily save you very many lines of code, it does wonders for your code consistency and syntax.The complexity of the phpTable is not limited.
-
No knowledge of a special syntax is required and a template can be created with only four lines of code.
-
The comments, data, tags, attributes and attribute values of the input document are styled using CSS.
-
PHPCC takes as parameter a definition of a language grammar as a string. Then the main class can parse and process source code in the defined language.Callback functions that are invoked to process different types of elements of the language syntax, can be assigned by the main compiler class.Requirements: PHP 4.0 or higher
-
GeSHi is a Generic Syntax Highlighter for PHP. The user inputs the source to be highlighted and a language to highlight it in, and GeSHi returns the source code, highlighted and formatted for the web.GeSHi includes features for increasing the speed of highlighting, changing how the source is displayed and decreasing the amount of HTML source outputted for speed over ...
-
htmlSQL is a experimental PHP class which allows you to access HTML values by an SQL like syntax. This means that you don't have to write complex functions (regular expressions) to extract specific values. All web transfers in htmlSQL are using the Snoopy class (package version 1.2.3). But for file or string queries Snoopy is not required. You find all ...
-
ctlTpl is template class with nn complex syntax to learn - just pure PHP. I would be very thankful if someone, who knows other popular template engines (like Smarty) could benchmark this.
-
checkidd checks german passport IDDs for correct syntax and checksumscheckidd returns information in an array like this:Array([0]=> 1 / 0 | syntax check[1]=> 1 / 0 | 1.checksum[2]=> 1 / 0 | 2.checksum[3]=> 1 / 0 | 3.checksum[4]=> 1 / 0 | overall checksum[5]=> passport number[6]=> day of birth (dd.mm.yy))
-
Class to create, validate, and render html forms. Keep you seperate html syntax and php script.



