Login   Register  
PHP Classes
elePHPant
Icontem

File: _includes/_interfaces/_include.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Marius Zadara  >  Query Paginator  >  _includes/_interfaces/_include.php  >  Download  
File: _includes/_interfaces/_include.php
Role: Auxiliary script
Content type: text/plain
Description: Interfaces loader
Class: Query Paginator
Retrieve MySQL query results split in pages
Author: By
Last change:
Date: 2010-04-03 06:02
Size: 99 bytes
 

Contents

Class file image Download
<?php 

// query interface
require_once('_includes/_interfaces/IQueryPaginator.intf.php');

?>