cleaned up paths.

This commit is contained in:
Taylor Otwell
2012-01-28 14:55:08 -06:00
parent 409e908964
commit 97fcea1e51
29 changed files with 86 additions and 81 deletions

View File

@@ -1,16 +1,5 @@
<?php
/**
* Get one of the global paths.
*
* @param string $path
* @return string
*/
function path($path)
{
return $GLOBALS[strtoupper($path).'_PATH'];
}
/**
* Convert HTML characters to entities.
*
@@ -37,7 +26,7 @@ function __($key, $replacements = array(), $language = null)
return Laravel\Lang::line($key, $replacements, $language);
}
/**
/**a
* Get an item from an array using "dot" notation.
*
* <code>