2017 © Pedro Peláez
 

library redbean-joomla

A RedBean Plugin that lets you connect to a joomla database

image

daviddeutsch/redbean-joomla

A RedBean Plugin that lets you connect to a joomla database

  • Wednesday, January 1, 2014
  • by daviddeutsch
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

RedBean for Joomla

Takes care of all the instantiation and prefixes you need to have for making RedBean work in Joomla., (*1)

Usage

// Include or autoload the files in this library

R::ext( 'joomla', array('RedBean_Joomla', 'joomla') );

// Specify 'prefix' for your component prefix
R::joomla('prefix');

// If you are juggling components, you may want to go the instance approach:

$r2db2 = R::instance();

$r2db2::joomla('prefix', $r2db2);

The Versions

01/01 2014

dev-master

9999999-dev

A RedBean Plugin that lets you connect to a joomla database

  Sources   Download

BSD

The Requires