Файловый менеджер - Редактировать - /home/kckglobal/cloud.kckglobal.net/modules/warehouse/libraries/pdf/Delivery_pdf.php
Назад
<?php defined('BASEPATH') or exit('No direct script access allowed'); include_once APPPATH . 'libraries/pdf/App_pdf.php'; /** * Delivery pdf */ class Delivery_pdf extends App_pdf { protected $delivery; /** * construct * @param object */ public function __construct($delivery) { $delivery = hooks()->apply_filters('request_html_pdf_data', $delivery); $GLOBALS['delivery_pdf'] = $delivery; parent::__construct(); $this->delivery = $delivery; $this->SetTitle('delivery'); # Don't remove these lines - important for the PDF layout $this->delivery = $this->fix_editor_html($this->delivery); } /** * prepare * @return */ public function prepare() { $this->set_view_vars('delivery', $this->delivery); return $this->build(); } /** * type * @return */ protected function type() { return 'delivery'; } /** * file path * @return */ protected function file_path() { $customPath = APPPATH . 'views/themes/' . active_clients_theme() . '/views/my_requestpdf.php'; $actualPath = APP_MODULES_PATH . '/warehouse/views/manage_goods_delivery/deliverypdf.php'; if (file_exists($customPath)) { $actualPath = $customPath; } return $actualPath; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка