News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

DevShed:
Paginating Database Records with the Code Igniter PHP Framework
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.

0 comments voice your opinion now!
codeigniter framework database mysql result query paginate



Debuggable Blog:
How to do Group By conditions in Model find() calls in the CakePHP RC1
June 12, 2008 @ 08:48:09

On the Debuggable blog, Tim Koschutzki shows how to use grouping in your SQL statements with the find() method calls inside of a Model for an app.

We have to thank Mark Story and wluigi for working on group by conditions for Cake's Model::find() method. Up until now, you would have to add your GROUP BY stuff to string'ed conditions in order to support a group by statement, which could be very ugly.

He has some code included that compares the two methods - the newer of the two applying the 'group' option as a regular condition to the query object.

This functionality is currently only in the the Release Candidate 1 but will be included in the next major release.

0 comments voice your opinion now!
cakephp framework groupby grouping conditional paginate


SaniSoft Blog:
unbindModel() and paginate() gotcha in CakePHP 1.2
March 06, 2008 @ 12:59:00

Tarique Sani has pointed out a little "gotcha" he came across when working in his CakePHP application a while back, specifically with the unbindModel and paginate methods.

A small note to myself regarding a gotcha which I ran into today morning with the built in unbindModel method which lets you disassociate model relations on the fly.

He sets up a situation where his model works correctly in one case but reverts back to the bindings it started with in another. He provides a way around it - an optional parameter that forces the CakePHP framework to treat things correctly.

0 comments voice your opinion now!
cakephp framework unbindmodel paginate



Community Events







Don't see your event here?
Let us know!


zend ajax mysql cakephp PHP5 security release developer example package releases PEAR book job conference database code framework application zendframework

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework