PHP Classes

File: templates/classmaps.php

Recommend this page to a friend!
  Classes of Manuel Lemos   PHP OAuth2 Server Library   templates/classmaps.php   Download  
File: templates/classmaps.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP OAuth2 Server Library
Implements an API provider using OAuth 2 protocol
Author: By
Last change: Update of templates/classmaps.php
Date: 11 months ago
Size: 212 bytes
 

Contents

Class file image Download
<?php
/*
 * classmaps.php
 *
 * @(#) $Id: $
 *
 */

 
$__classmap += array(
   
'page_template_class'=>__DIR__.DIRECTORY_SEPARATOR.'page.php',
   
'debug_template_class'=>__DIR__.DIRECTORY_SEPARATOR.'debug.php',
);

?>