 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
DevShed: Validating Web Forms with the Code Igniter PHP Framework
by Chris Cornutt September 04, 2008 @ 10:28:57
DevShed has posted the fourth part in their introduction to the CodeIgniter framework. This time they focus on form validation.
If you're a web developer, you've probably written any number of scripts designed to validate the input entered into a web form. More than likely, then, you'd like something that will make that job easier. Enter the Code Igniter PHP framework. In this fourth part of a nine-part series on this framework, you'll learn how to use it to do basic validation on a web form.
Making and validating forms in CodeIgniter is a pretty simple process thanks to the built-in validation features of the framework. They show you how to create a form and how to implement the validation and output error messages when an issue comes up.
voice your opinion now!
codeigniter framework validation form input tutorial
DevShed: Paginating Database Records with the Code Igniter PHP Framework
by Chris Cornutt August 28, 2008 @ 07:57:51
DevShed continues their look at using the CodeIginiter PHP framework to build a sample application in this latest part of their series - a look a paginating the database results from a query.
As you may guess, however, Code Igniter comes bundled with a robust set of core classes, which can be used to perform all sorts of clever tasks, such as working with databases, performing file uploads, validating user-supplied data, and so forth. [...] I'm going to show you how to improve the MySQL-driven application developed in the preceding tutorial, since it'll be provided with the capacity for paging database records, via the pager class included with Code Igniter.
He starts by reviewing the previous part of the series, pulling the data from MySQL, then shows how to push that through the pagination component to create a simple user listing.
voice your opinion now!
codeigniter framework database mysql result query paginate
David Otton's Blog: Frameworks vs. Libraries in PHP
by Chris Cornutt August 12, 2008 @ 14:14:34
In a recent post on his blog David Otton shares some of his thoughts on a major struggle between web developers (and not just PHP ones) - frameworks versus libraries.
We all know that loose coupling is good and tight coupling is bad, so why, over the past couple of years, has the web industry gone nuts for tightly-coupled frameworks?
He talks about the evolution of the framework, how Ruby on Rails really popularized it and some of his experience with a few of the PHP ones (CakePHP, Zend Framework, CodeIgniter and Symfony). Of those he experienced, he felt that that strongest player of the group was the Zend Framework. It allowed for the framework feel and functionality but provided enough separation to be able to drop in libraries and configure custom settings easily.
voice your opinion now!
framework zendframework library codeigniter symfony cakephp
CodeIgniter Blog: CodeIgniter Community Chieftain Michael Wales
by Chris Cornutt July 18, 2008 @ 12:06:42
The CodeIgniter community has announced a new level for involvement in the framework's community - CodeIgniter Community Chieftain, volunteers that have shown commitment to the framework and its community.
As the community grows, the EllisLab development team often does not have the time that we would like to interact with the community in various ways, but it's always been a key part of our success. So as the need arises, we have created this program to help keep the wheels greased so to speak, making sure that our forums, wiki, and bug tracker are handling the needs of the community and are properly moderated.
They have already brought in their first Chieftan, Michael Wales, a staff sergeant in the US Air Force.
voice your opinion now!
codeigniter community chieftains michaelwales
|
Community Events
Don't see your event here? Let us know!
|