PHP on Crutches
PHP on Crutches is a web application framework for PHP with a focus on clean code and testing. It’s loosely based on Ruby on Rails and clones like... more »
0 commentsSave Tags: frameworks, humor, php
Call the expert: How to implement a conditional validator?
Jon works on a symfony 1.1 project with a classic login form. The form is composed of two fields: a username and a password. The validation rules... more »
0 commentsSave Tags: frameworks, php
URL rewrite using PHP regex
URL rewrite using PHP regex with grouping matches
0 commentsSave Tags: php
PHP Rest Server (part 3 of 3) - LornaJane
Last in the series of Rest with PHP
0 commentsSave Tags: php, web services
Don’t Fear The Command Line: Using CakePHP Shells
For a consulting job I'm working on where I'm porting a spaghetti-PHP application over to using CakePHP I am moving their existing authorization... more »
0 commentsSave Tags: frameworks, php
How to Create a Wordpress Theme from Scratch
"Creating a WordPress Theme, The Homepage Following on from the recent article on “PSD to HTML”, this tutorial will look at taking a HTML/CSS template... more »
0 commentsSave Tags: opinion, php, web design
NetBeans Support for Cake PHP, Symfony, Prado, Zend Framework, Smarty or ... ?
Which PHP frameworks should NetBeans support?
0 commentsSave Tags: php, tools
Should Readability suffer for Performance?
Should you code for performance or readability?
0 commentsSave Tags: opinion, php
How to use a shared SSL certificate and still use cookies.
Many people say that you can't use a shared SSL certificate with cookies. This article shows you that you can.
0 commentsSave Tags: how-to, php, security, web design
FirePHP and Zend Framework 1.6
The long awaited day has arrived. Zend Framework 1.6 just shipped and with it native support for FirePHP! This means that if you use Zend Framework... more »
0 commentsSave Tags: frameworks, php, tools
Browser based template editor
A common feature to CMS scripts is a browser based means of editing your templates. This can be helpful if you manage your site remotely or on the... more »
0 commentsSave Tags: how-to, php
via