Skip to content

Instantly share code, notes, and snippets.

public function register(JoomlaContainer $container)
{
$container->set(
'Joomla\\Database\\DatabaseDriver',
function () use ($container)
{
$app = $container->get('app');
$options = array(
'driver' => $app->get('database.driver'),
@ianmacl
ianmacl / developers.sh
Created December 13, 2011 15:27
Joomla Platform Developers
#!/usr/bin/env bash
git remote add LouisLandry https://github.com/LouisLandry/joomla-platform.git
git fetch LouisLandry
git remote add eddieajau https://github.com/eddieajau/joomla-platform.git
git fetch eddieajau
git remote add rvsjoen https://github.com/rvsjoen/joomla-platform.git
git fetch rvsjoen
These are the test reports for the Joomla Pull Requests.