<!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: --> el error que me sale solo me aparece en la version 0.5 en la 0.47 todo me funciona bien el error es: Fatal error: Class 'FPDF' not found in C:\xampp\htdocs\SIPS\apps\default\controllers\reporte_controller.php on line 8
<?php
class ReporteController extends ApplicationController {
function reporte(){
$this->set_response("view");
<!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) --> $reporte = new FPDF();
$reporte->Open();
$reporte->AddPage();
las librerias ya etsan cargadas posible solucion
<?php
Kumbia::import('lib.fpdf.*');
class ReporteController extends ApplicationController {
function reporte(){
$this->set_response("view");
$reporte = new FPDF();
$reporte->Open();
$reporte->AddPage();
no funciona, <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: --> <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: --> <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: --> <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: --> <!-- s:!: --><img src="{SMILIES_PATH}/icon_exclaim.gif" alt=":!:" title="Exclamation" /><!-- s:!: --> el hecho es que el problema solo se presenta en la version 0.5
Comentarios