Login   Register  
PHP Classes
elePHPant
Icontem

File: Security/rootFolder.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Michael J. Fuhrman  >  Security  >  Security/rootFolder.php  >  Download  
File: Security/rootFolder.php
Role: Example script
Content type: text/plain
Description: Root of Security's Ladder Location
Class: Security
Manage user accounts and access controls
Author: By
Last change: changed directory path
Date: 2010-08-27 13:46
Size: 394 bytes
 

Contents

Class file image Download
<?
/*    =======================================
    Copyright 1998 - 2010 - E Net Arch
    This program is distributed under the terms of the GNU 
    General Public License (or the Lesser GPL).
    ======================================= */

Function pagePath() { return ("../../../"); }

Function 
rootID () { return (1407); }
Function 
rootFolder () { return ( gblLadder()->getItem (1407) ); }
?>