News Feed
Jobs Feed
Sections




News Archive
DevShed:
Utilizing the LIMIT Clause with the Active Record Pattern
March 31, 2009 @ 12:58:35

DevShed continues their series on the Active Record pattern in PHP with this new article implementing the LIMIT statement on your abstraction class.

In its current version, it'll be able to accomplish only a few basic database operations tasks. Therefore, this fifth article of the series will be focused on enabling the class to fetch database rows by using the LIMIT clause.

They add the LIMIT clause as a part of its own function and its own SQL statement. You define the number of rows to fetch, the table to fetch it from and the offset to start from. The SQL is passed off to their fetchRow statement and the results are returned in an array.

0 comments voice your opinion now!
activerecord design pattern clause limit abstraction layer database


blog comments powered by Disqus

Similar Posts

Asvin Balloo's Blog: 10 useful PHP PEAR packages

Sebastian Bergmann's Blog: PHPUnit Status Update

Zend Developer Zone: The Storage Medium

Sanisoft Blog: Using CakePHP without a database

DevShed: Introducing the Chain of Responsibility Between PHP Objects


Community Events











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


interview functional series testing development phpunit introduction language application database code community composer framework podcast zendframework2 example api opinion release

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