PHP Classes

File: htdocs/query_engine.php

Recommend this page to a friend!
  Classes of ask sa sa   PHP LDAP admin   htdocs/query_engine.php   Download  
File: htdocs/query_engine.php
Role: Example script
Content type: text/plain
Description: Example script
Class: PHP LDAP admin
Perform operations to administer a LDAP server
Author: By
Last change:
Date: 1 year ago
Size: 361 bytes
 

Contents

Class file image Download
<?php
/**
 * Query render engine.
 *
 * @package phpLDAPadmin
 * @subpackage Page
 * @author The phpLDAPadmin development team
 */

/**
 */

require './common.php';
require
LIBDIR.'query_functions.php';

$request = array();
$request['page'] = new QueryRender($app['server']->getIndex(),get_request('query','REQUEST',false,null));
$request['page']->accept();
?>