<?php
abstract class Controller extends Fuel\Core\Controller {
function __construct(\Request $request) {
parent::__construct($request);
// do the i18n stuff here
}
}
defined('YOUR_CONSTANT') ? YOUR_CONSTANT : 'en',
It looks like you're new here. If you want to get involved, click one of these buttons!