PHP Classes

File: vendor/gabordemooij/redbean/RedBeanPHP/R.php

Recommend this page to a friend!
  Classes of Adrian M   upMVC   vendor/gabordemooij/redbean/RedBeanPHP/R.php   Download  
File: vendor/gabordemooij/redbean/RedBeanPHP/R.php
Role: Class source
Content type: text/plain
Description: Class source
Class: upMVC
Pure PHP web development without other frameworks
Author: By
Last change:
Date: 25 days ago
Size: 378 bytes
 

Contents

Class file image Download
<?php

namespace RedBeanPHP;

/**
 * R-Facade
 *
 * 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
{
}