PHP

Using CakePHP Database Migrations

Tagged:  
A screen cast tutorial on Database Migrations for the CakePHP Framework and how to use them.

Prado Using PDO with data grid.

Tagged:  
This is a very basic introduction to retrieving some data from a MySQL database using PDO and displaying the results in a data grid. The tutorial starts assuming that you have downloaded and unpacked the Prado distribution. The tutorial is meant for the quickest introduction in retrieving data. Generally, you will need to re factor the code such that the logic of retrieving data is moved away from the TPage classes.

Building a CodeIgniter backend (CRUD) in 10 min

Tagged:  
Create full backend (Add/Edit/Delete) with upload and everything...you know the drill...Check out screencast

CodeIgniter Introduction

Tagged:  
CodeIgniter is a powerful PHP framework with a very small footprint, built for PHP coders who need a simple and elegant toolkit to create full-featured web applications. If you're a developer who lives in the real world of shared hosting accounts and clients with deadlines, and if you're tired of ponderously large and thoroughly undocumented frameworks. Check out the screencast which introduces CodeIgniter features and functionalities.

Drupal Internationalization

Tagged:  

Drupal is a free and open source modular content management system written in PHP. Drupal, like many modern CMSs, allows the system administrator to organize the content, customize the presentation, automate administrative tasks, and manage site visitors and contributors. Although there is a sophisticated programming interface, most tasks can be accomplished with little or no programming.

Here is a quick how to for users describing how to modify your interface through the locale module. Click for a full scale version

Syndicate content