Exemple #1
0
 /**
  * constructor
  */
 function __construct()
 {
     parent::__construct();
     // Set the format to raw, no matter what
     Tienda::load('TiendaHelperBase', 'helpers._base');
     TiendaHelperBase::setFormat('raw');
 }