0byt3m1n1
Path:
/
data
/
applications
/
aps
/
tikiwiki
/
14.1-0
/
standard
/
htdocs
/
vendor
/
gabordemooij
/
redbean
/
RedBeanPHP
/
[
Home
]
File: R.php
<?php namespace RedBeanPHP; /** * R-Facade (for Composer) * * If you use Composer you don't use the rb.php file which * has the R-facade, so here is a separate, namespaced R-facade for * those that prefer this. * * An alternative option might be to alias RedBeanPHP/Facade. * * @file RedBeanPHP/R.php * @author Simirimia * @license BSD/GPLv2 * */ class R extends Facade {}