PHP
Using CakePHP Database Migrations
By venkat - Posted on December 30th, 2007
A screen cast tutorial on Database Migrations for the CakePHP Framework and how to use them.
- Add new comment
- 274 reads
- 18 min 15 sec
- 274 plays
Prado Using PDO with data grid.
By venkat - Posted on December 27th, 2007
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.
- Add new comment
- 462 reads
- 3 min 50 sec
- 1.47 MB
- 463 plays
Building a CodeIgniter backend (CRUD) in 10 min
By venkat - Posted on December 27th, 2007
Tagged:
Create full backend (Add/Edit/Delete) with upload and everything...you know the drill...Check out screencast
- Add new comment
- 1090 reads
- 9 min 59 sec
- 1093 plays
CodeIgniter Introduction
By venkat - Posted on December 25th, 2007
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.
- Add new comment
- 250 reads
- 9 min 20 sec
- 250 plays
Drupal Internationalization
By venkat - Posted on December 24th, 2007
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
- Add new comment
- Read more
- 82 reads
- 4 min 43 sec
- 86 plays