本文整理汇总了PHP中System_helper::get_pdf方法的典型用法代码示例。如果您正苦于以下问题:PHP System_helper::get_pdf方法的具体用法?PHP System_helper::get_pdf怎么用?PHP System_helper::get_pdf使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类System_helper
的用法示例。
在下文中一共展示了System_helper::get_pdf方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: report_list
private function report_list($format = "")
{
if ($format != "pdf") {
$data['title'] = $this->lang->line("REPORT_CABINET_MUNICIPAL_SERVICE_HOLDER_INCOME_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$municipal = $this->input->get('municipal');
$municipal_ward = $this->input->get('municipal_ward');
$from_date = $this->input->get('from_date');
$to_date = $this->input->get('to_date');
$data['from_date'] = $from_date;
$data['to_date'] = $to_date;
$data['report'] = $this->cabinet_report_model->get_cabinet_municipal_service_holder_income($division, $zilla, $municipal, $municipal_ward, $from_date, $to_date);
$this->load->view('default/report/cabinet/cabinet_municipal_service_holder_income_report', $data);
} else {
$data['title'] = $this->lang->line("REPORT_CABINET_MUNICIPAL_SERVICE_HOLDER_INCOME_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$municipal = $this->input->get('municipal');
$municipal_ward = $this->input->get('municipal_ward');
$from_date = $this->input->get('from_date');
$to_date = $this->input->get('to_date');
$data['from_date'] = $from_date;
$data['to_date'] = $to_date;
$data['report'] = $this->cabinet_report_model->get_cabinet_municipal_service_holder_income($division, $zilla, $municipal, $municipal_ward, $from_date, $to_date);
$html = $this->load->view('default/report/cabinet/cabinet_municipal_service_holder_income_report', $data, true);
//echo $html;
System_helper::get_pdf($html);
}
}
开发者ID:saj696,项目名称:dcms_new,代码行数:30,代码来源:Cabinet_municipal_service_holder_income_report---no+need.php
示例2: report_list
private function report_list($format = "")
{
if ($format != "pdf") {
$data['title'] = $this->lang->line("REPORT_UPLOAD_REPORT_MUNICIPAL_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$municipal = $this->input->get('municipal');
$municipal_ward = $this->input->get('municipal_ward');
$from_date = $this->input->get('from_date');
$to_date = $this->input->get('to_date');
$data['from_date'] = $from_date;
$data['to_date'] = $to_date;
$data['report'] = $this->upload_report_model->get_municipal_report_upload_status($division, $zilla, $municipal, $municipal_ward, $from_date, $to_date);
$this->load->view('default/report/upload/upload_report_municipal_report', $data);
} else {
$data['title'] = $this->lang->line("REPORT_UPLOAD_REPORT_MUNICIPAL_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$municipal = $this->input->get('municipal');
$municipal_ward = $this->input->get('municipal_ward');
$from_date = $this->input->get('from_date');
$to_date = $this->input->get('to_date');
$data['from_date'] = $from_date;
$data['to_date'] = $to_date;
$data['report'] = $this->upload_report_model->get_municipal_report_upload_status($division, $zilla, $municipal, $municipal_ward, $from_date, $to_date);
$html = $this->load->view('default/report/upload/upload_report_municipal_report', $data, true);
//echo $html;
System_helper::get_pdf($html);
}
}
示例3: report_list
private function report_list($format = "")
{
if ($format != "pdf") {
$data['title'] = $this->lang->line("REPORT_MUNICIPAL_ACTIVITIES_LOGIN_STATUS_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$municipal = $this->input->get('municipal');
$municipal_ward = $this->input->get('municipal_ward');
$month = $this->input->get('month');
$year = $this->input->get('year');
$data['month'] = $month;
$data['year'] = $year;
$data['report'] = $this->uno_activities_login_status_model->get_municipal_user_activities_login_status($division, $zilla, $municipal, $municipal_ward, $month, $year);
$this->load->view('default/report/activities_municipal_login_status_report', $data);
} else {
$data['title'] = $this->lang->line("REPORT_MUNICIPAL_ACTIVITIES_LOGIN_STATUS_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$municipal = $this->input->get('municipal');
$municipal_ward = $this->input->get('municipal_ward');
$month = $this->input->get('month');
$year = $this->input->get('year');
$data['month'] = $month;
$data['year'] = $year;
$data['report'] = $this->uno_activities_login_status_model->get_municipal_user_activities_login_status($division, $zilla, $municipal, $municipal_ward, $month, $year);
$html = $this->load->view('default/report/activities_municipal_login_status_report', $data, true);
//echo $html;
System_helper::get_pdf($html);
}
}
示例4: report_list
private function report_list($format = "")
{
if ($format != "pdf") {
$data['title'] = $this->lang->line("REPORT_CITY_CORPORATION_ACTIVITIES_LOGIN_STATUS_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$city_corporation = $this->input->get('city_corporation');
$city_corporation_ward = $this->input->get('city_corporation_ward');
$month = $this->input->get('month');
$year = $this->input->get('year');
$data['month'] = $month;
$data['year'] = $year;
$data['report'] = $this->uno_activities_login_status_model->get_uisc_registration_city_corporation_info($division, $zilla, $city_corporation, $city_corporation_ward, $month, $year);
$this->load->view('default/report/activities_city_corporation_login_status_report', $data);
} else {
$data['title'] = $this->lang->line("REPORT_CITY_CORPORATION_ACTIVITIES_LOGIN_STATUS_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$city_corporation = $this->input->get('city_corporation');
$city_corporation_ward = $this->input->get('city_corporation_ward');
$month = $this->input->get('month');
$year = $this->input->get('year');
$data['month'] = $month;
$data['year'] = $year;
$data['report'] = $this->uno_activities_login_status_model->get_uisc_registration_city_corporation_info($division, $zilla, $city_corporation, $city_corporation_ward, $month, $year);
$html = $this->load->view('default/report/uno_activities_login_status_report', $data, true);
//echo $html;
System_helper::get_pdf($html);
}
}
示例5: report_list
private function report_list($format = "")
{
if ($format != "pdf") {
$data['title'] = $this->lang->line("REPORT_CABINET_UNION_INCOME_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$upazila = $this->input->get('upazila');
$union = $this->input->get('union');
$from_date = $this->input->get('from_date');
$to_date = $this->input->get('to_date');
$data['from_date'] = $from_date;
$data['to_date'] = $to_date;
$data['report'] = $this->cabinet_report_model->get_cabinet_union_income($division, $zilla, $upazila, $union, $from_date, $to_date);
$this->load->view('default/report/cabinet/cabinet_union_income_report', $data);
} else {
$data['title'] = $this->lang->line("REPORT_CABINET_UNION_INCOME_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$upazila = $this->input->get('upazila');
$union = $this->input->get('union');
$from_date = $this->input->get('from_date');
$to_date = $this->input->get('to_date');
$data['from_date'] = $from_date;
$data['to_date'] = $to_date;
$data['report'] = $this->cabinet_report_model->get_cabinet_union_income($division, $zilla, $upazila, $union, $from_date, $to_date);
$html = $this->load->view('default/report/cabinet/cabinet_union_income_report', $data, true);
//echo $html;
System_helper::get_pdf($html);
}
}
示例6: report_list
private function report_list($format = "")
{
if ($format != "pdf") {
$data['title'] = $this->lang->line("REPORT_UPLOAD_INCOME_REPORT_CITY_CORPORATION_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$city_corporation = $this->input->get('city_corporation');
$city_corporation_ward = $this->input->get('city_corporation_ward');
$from_date = $this->input->get('from_date');
$to_date = $this->input->get('to_date');
$data['from_date'] = $from_date;
$data['to_date'] = $to_date;
$data['report'] = $this->upload_report_model->get_city_corporation_report_upload_income($division, $zilla, $city_corporation, $city_corporation_ward, $from_date, $to_date);
$this->load->view('default/report/upload_income/upload_income_report_city_corporation_report', $data);
} else {
$data['title'] = $this->lang->line("REPORT_UPLOAD_INCOME_REPORT_CITY_CORPORATION_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$city_corporation = $this->input->get('city_corporation');
$city_corporation_ward = $this->input->get('city_corporation_ward');
$from_date = $this->input->get('from_date');
$to_date = $this->input->get('to_date');
$data['from_date'] = $from_date;
$data['to_date'] = $to_date;
$data['report'] = $this->upload_report_model->get_city_corporation_report_upload_income($division, $zilla, $city_corporation, $city_corporation_ward, $from_date, $to_date);
$html = $this->load->view('default/report/upload_income/upload_income_report_city_corporation_report', $data, true);
//echo $html;
System_helper::get_pdf($html);
}
}
示例7: report_list
private function report_list($format = "")
{
if ($format != "pdf") {
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$data['report_type'] = $this->input->get('report_type');
$status = $this->input->get('status');
$from_date = $this->input->get('from_date');
$to_date = $this->input->get('to_date');
$data['from_date'] = $from_date;
$data['to_date'] = $to_date;
$data['report_status'] = $status;
if (!empty($status) && $this->input->get('report_type') == $this->config->item('ONLINE_UNION_GROUP_ID')) {
$data['title'] = $this->lang->line("REPORT_UPLOAD_INCOME_REPORT_UNION_TITLE");
$upazila = $this->input->get('upazila');
$union = $this->input->get('union');
$data['report'] = $this->upload_report_model->get_union_report_upload_income($division, $zilla, $upazila, $union, $from_date, $to_date, $status);
$this->load->view('default/report/upload_income/upload_income_report_union_report', $data);
} else {
if (!empty($status) && $this->input->get('report_type') == $this->config->item('ONLINE_CITY_CORPORATION_WORD_GROUP_ID')) {
$data['title'] = $this->lang->line("REPORT_UPLOAD_INCOME_REPORT_CITY_CORPORATION_TITLE");
$city_corporation = $this->input->get('city_corporation');
$city_corporation_ward = $this->input->get('city_corporation_ward');
$data['report'] = $this->upload_report_model->get_city_corporation_report_upload_income($division, $zilla, $city_corporation, $city_corporation_ward, $from_date, $to_date, $status);
$this->load->view('default/report/upload_income/upload_income_report_city_corporation_report', $data);
} else {
if (!empty($status) && $this->input->get('report_type') == $this->config->item('ONLINE_MUNICIPAL_WORD_GROUP_ID')) {
$data['title'] = $this->lang->line("REPORT_UPLOAD_INCOME_REPORT_MUNICIPAL_TITLE");
$municipal = $this->input->get('municipal');
$municipal_ward = $this->input->get('municipal_ward');
$data['report'] = $this->upload_report_model->get_municipal_report_upload_income($division, $zilla, $municipal, $municipal_ward, $from_date, $to_date, $status);
$this->load->view('default/report/upload_income/upload_income_report_municipal_report', $data);
} else {
$data['title'] = $this->lang->line("REPORT_UPLOAD_REPORT_TITLE");
$data['report'] = '';
$this->load->view('default/report/upload_income/upload_income_report_view', $data);
}
}
}
} else {
$this->load->model("report/upload_report_model");
$data['title'] = $this->lang->line("REPORT_UPLOAD_REPORT_UNION_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$upazila = $this->input->get('upazila');
$union = $this->input->get('union');
$from_date = $this->input->get('from_date');
$to_date = $this->input->get('to_date');
$data['from_date'] = $from_date;
$data['to_date'] = $to_date;
$data['report'] = $this->upload_report_model->get_union_report_upload_status($division, $zilla, $upazila, $union, $from_date, $to_date);
$html = $this->load->view('default/report/upload_income/upload_report_view', $data, true);
//echo $html;
System_helper::get_pdf($html);
}
}
示例8: report_list
private function report_list($format = "")
{
if ($format != "pdf") {
$data['title'] = $this->lang->line("PRODUCT_CURRENT_STATUS_REPORTS");
$inputs = $this->input->get();
$data['data'] = $this->Current_stock_model->get_product_list($inputs);
$this->load->view('default/reports/current_stock/report_format', $data);
} else {
$data['title'] = $this->lang->line("TITLE");
$inputs = $this->input->post();
$data['data'] = $this->Current_stock_model->get_product_list($inputs);
$html = $this->load->view('default/reports/current_stock/report_format', $data);
System_helper::get_pdf($html);
}
}
示例9: report_list
private function report_list($format = "")
{
if ($format != "pdf") {
$data['title'] = $this->lang->line("PRODUCT_RETURN_REPORTS");
$inputs = $this->input->get();
$data['products'] = $this->Product_return_model->get_product_list($inputs);
$this->load->view('default/reports/product_return_reports/report_format', $data);
} else {
$data['title'] = $this->lang->line("REPORT_ENTREPRENEUR_INFO_TITLE");
$inputs = $this->input->get();
$data['products'] = $this->Product_reports_model->get_product_list($inputs);
$html = $this->load->view('default/reports/product_reports/report_format', $data, true);
System_helper::get_pdf($html);
}
}
示例10: report_list
private function report_list($format = "")
{
if ($format != "pdf") {
$data['title'] = $this->lang->line("TICKET_RELATED_REPORT");
$inputs = $this->input->get();
$data['tickets'] = $this->ticket_reports_model->get_ticket_list($inputs);
$this->load->view('default/reports/ticket_reports/report_format', $data);
} else {
$data['title'] = $this->lang->line("Title");
$inputs = $this->input->get();
$data['tickets'] = $this->ticket_reports_model->get_ticket_list($inputs);
$html = $this->load->view('default/reports/ticket_reports/report_format', $data);
System_helper::get_pdf($html);
}
}
示例11: report_list
private function report_list($format = "")
{
if ($format != "pdf") {
$data['title'] = $this->lang->line("PRODUCT_ASSIGN_RELATED_REPORT");
$inputs = $this->input->get();
$data['products'] = $this->Product_assign_report_model->get_product_list($inputs);
$this->load->view('default/reports/product_assign_report/report_format', $data);
} else {
$data['title'] = $this->lang->line("REPORT_TITLE");
$inputs = $this->input->get();
$data['products'] = $this->Product_assign_report_model->get_product_list($inputs);
$html = $this->load->view('default/reports/product_assign_report/report_format', $data, true);
System_helper::get_pdf($html);
}
}
示例12: report_list
private function report_list($format = "")
{
if ($format != "pdf") {
$data['title'] = $this->lang->line("REPORT_INVESTED_MONEY_MUNICIPAL_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$municipal = $this->input->get('municipal');
$municipal_ward = $this->input->get('municipal_ward');
$data['getUiscInfos'] = $this->invested_money_model->get_invested_money_municipal_info($division, $zilla, $municipal, $municipal_ward);
$this->load->view('default/report/invested_money_municipal_report', $data);
} else {
$data['title'] = $this->lang->line("REPORT_INVESTED_MONEY_MUNICIPAL_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$municipal = $this->input->get('municipal');
$municipal_ward = $this->input->get('municipal_ward');
$data['getUiscInfos'] = $this->invested_money_model->get_invested_money_municipal_info($division, $zilla, $municipal, $municipal_ward);
$html = $this->load->view('default/report/invested_money_municipal_report', $data, true);
System_helper::get_pdf($html);
}
}
示例13: report_list
private function report_list($format = "")
{
if ($format != "pdf") {
$data['title'] = $this->lang->line("REPORT_INVESTED_MONEY_CITY_CORPORATION_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$city_corporation = $this->input->get('city_corporation');
$city_corporation_ward = $this->input->get('city_corporation_ward');
$data['getUiscInfos'] = $this->invested_money_model->get_invested_money_city_corporation_info($division, $zilla, $city_corporation, $city_corporation_ward);
$this->load->view('default/report/invested_money_city_corporation_report', $data);
} else {
$data['title'] = $this->lang->line("REPORT_INVESTED_MONEY_CITY_CORPORATION_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$city_corporation = $this->input->get('city_corporation');
$city_corporation_ward = $this->input->get('city_corporation_ward');
$data['getUiscInfos'] = $this->invested_money_model->get_invested_money_city_corporation_info($division, $zilla, $city_corporation, $city_corporation_ward);
$html = $this->load->view('default/report/invested_money_city_corporation_report', $data, true);
System_helper::get_pdf($html);
}
}
示例14: report_list
private function report_list($format = "")
{
if ($format != "pdf") {
$data['title'] = $this->lang->line("REPORT_UISC_REGISTRATION_CITY_CORPORATION_USER_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$city_corporation = $this->input->get('city_corporation');
$city_corporation_ward = $this->input->get('city_corporation_ward');
$data['getUiscInfos'] = $this->uisc_registration_model->get_uisc_registration_city_corporation_user_info($division, $zilla, $city_corporation, $city_corporation_ward);
$this->load->view('default/report/registered_city_corporation_user_report', $data);
} else {
$data['title'] = $this->lang->line("REPORT_UISC_REGISTRATION_CITY_CORPORATION_USER_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$city_corporation = $this->input->get('city_corporation');
$city_corporation_ward = $this->input->get('city_corporation_ward');
$data['getUiscInfos'] = $this->uisc_registration_model->get_uisc_registration_city_corporation_user_info($division, $zilla, $city_corporation, $city_corporation_ward);
$html = $this->load->view('default/report/registered_city_corporation_user_report', $data, true);
System_helper::get_pdf($html);
}
}
示例15: report_list
private function report_list($format = "")
{
if ($format != "pdf") {
$data['title'] = $this->lang->line("REPORT_INVESTED_MONEY_UNION_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$upazila = $this->input->get('upazila');
$union = $this->input->get('union');
$data['getUiscInfos'] = $this->invested_money_model->get_invested_money_union_info($division, $zilla, $upazila, $union);
$this->load->view('default/report/invested_money_union_report', $data);
} else {
$data['title'] = $this->lang->line("REPORT_UISC_REGISTRATION_TITLE");
$division = $this->input->get('division');
$zilla = $this->input->get('zilla');
$upazila = $this->input->get('upazila');
$union = $this->input->get('union');
$data['getUiscInfos'] = $this->invested_money_model->get_invested_money_union_info($division, $zilla, $upazila, $union);
$html = $this->load->view('default/report/invested_money_union_report', $data, true);
System_helper::get_pdf($html);
}
}