Source for file SapphireInfo.php
Documentation is available at SapphireInfo.php
* Returns information about the current site instance.
if(strstr($sapphireVersionFile, "/sapphire/trunk")) {
$sapphireVersion =
"trunk";
preg_match("/sapphire\/(?:(?:branches)|(?:tags))(?:\/rc)?\/([A-Za-z0-9._-]+)\/silverstripe_version/", $sapphireVersionFile, $matches);
$sapphireVersion =
$matches[1];
Documentation generated on Tue, 18 Mar 2008 06:33:33 +1200 by phpDocumentor 1.3.2