
Tag: PHP - Page 2
19 entries found (2 pages)

Integrating Node.js and PHP
In the following article: In the following article, we can see several ways to interact from PHP with node.js, using websockets.
The example uses nginx, which is something to appreciate, as it’s the web server I use for these purposes.

How to validate an EAN13 code
EAN13 codes are composed of 13 digits, where the last one is a check digit.

Implement Haanga as a template system for OpenCart
OpenCart is an e-commerce platform made in php, with impeccable development, 100% MVC. As a proof of concept, I have rewritten the template system of OpenCart to Haanga (Django templates for PHP, über efficient) by César Rodas.

PHP-FPM on Ubuntu 8.10
Having made the decision to only develop, in the case of PHP, for the 5.3 family or higher.

Singleton for PHP 5.3, and patch for 5.2
Through this abstract php class we can create our classes simply by extending this class

Twig, the definitive template system
I have always been very wary when using a template system for PHP, but the arrival of Twig has been quite an event.

In the Works
Lately I’ve been busy studying and testing different libraries and resources:
- ExtJS: Javascript.
- CakePHP: PHP.
- Joose: Javascript.
- Ontimize: Java.
- Yahoo UI Library: Javascript.
- …
I have many examples, tricks, and “recipes” for each of these that I’ll be publishing to keep them organized and easily accessible, and also because they’ll surely be useful to others.




