예제 #1
0
파일: runtime.php 프로젝트: hbnro/habanero
function value($from, $that, $or = FALSE)
{
    return \Staple\Helpers::fetch($from, $that, $or);
}