Skip to content

Instantly share code, notes, and snippets.

@makamo
Created June 29, 2015 13:19
Show Gist options
  • Save makamo/439829247c2e183c5b47 to your computer and use it in GitHub Desktop.
Save makamo/439829247c2e183c5b47 to your computer and use it in GitHub Desktop.
<?php
namespace App\Controller;
use Cake\ORM\TableRegistry;
use Cake\I18n\Time;
use iio\libmergepdf\Merger;
/**
* Factures Controller
*
* @property \App\Model\Table\FacturesTable $Factures
*/
class FacturesController extends AppController
{
public function initialize()
{
parent::initialize();
$this->_validViewOptions[] = 'pdfConfig';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment