PHP Classes

File: cyap.inc

Recommend this page to a friend!
  Classes of Andrioli Darvin   Yet Another Pager   cyap.inc   Download  
File: cyap.inc
Role: Auxiliary script
Content type: text/plain
Description: Include script
Class: Yet Another Pager
Database row pager with edit and search support
Author: By
Last change: Added new included files
Date: 17 years ago
Size: 355 bytes
 

Contents

Class file image Download
<?PHP
/*
 * Include file for CYap
 */
require_once('./CYap.php');
require_once(
'./CYap_Control.php');
require_once(
'./CYap_Form.php');
require_once(
'./CYap_Table.php');
require_once(
'./CYap_PageJump.php');
require_once(
'./CYapBox.php');
require_once(
'./CYap_db.php');
require_once(
'./CYap_Mysql.php');
require_once(
'./CYap_clsSearch.php');
?>