This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* An open source application development framework for PHP | |
* | |
* @category RoboTaMeR | |
* @author Dennis T Kaplan | |
* @copyright Copyright (c) 2008 - 2011, Dennis T Kaplan | |
* @license http://RoboTamer.com/license.html | |
* @link http://RoboTamer.com | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* An open source application development framework for PHP | |
* | |
* @category RoboTaMeR | |
* @author Dennis T Kaplan | |
* @copyright Copyright (c) 2008 - 2011, Dennis T Kaplan | |
* @license http://RoboTamer.com/license.html | |
* @link http://RoboTamer.com | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Description Add a directory to the php include path | |
* | |
* @package TaMeR | |
* @category File | |
* @type Function | |
* @author Dennis T Kaplan | |
* @copyright (C) 2009-2011 Dennis T Kaplan | |
* @license GPL {@link http://www.gnu.org/licenses/gpl.html} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @author : Dennis T Kaplan | |
* | |
* @version : 1.0 | |
* Date : June 17, 2007 | |
* Function : reverse strstr() | |
* Purpose : Returns part of haystack string from start to the first occurrence of needle | |
* $haystack = 'this/that/whatever'; | |
* $result = rstrstr($haystack, '/') |
NewerOlder