Category Archives: PHP

PHP’s HttpRequest object – delayed and fragmented requests

An uncommon problem with an HTTP request fragmentation and delay when using PHP’s HttpRequest object. Continue reading…

Posted in PHP | Leave a comment

Multi-column unique key validation in CakePHP

Creating a multiple column unique key validation to your CakePHP application. Continue reading…

Posted in CakePHP | Tagged , , , | Leave a comment

CakePHP in place update (with jQuery) plugin

CakePHP helper for the “in-place-update” effect using jQuery and AJAX. Continue reading…

Posted in CakePHP | Tagged , , , , | 2 Comments

Using PHP to generate CSS

An easy way to “generate” CSS files with PHP, and use them in CakePHP application, or in any other PHP application. Continue reading…

Posted in CakePHP | Tagged , , , | Leave a comment

JQValidator – CakePHP Client Side Validation

Client side validation in CakePHP using jQuery. JQValidator plugin allows you to use the model-defined rules for client-side validation. Continue reading…

Posted in CakePHP | Tagged , , , , , | Leave a comment