You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/lib/第三方类库,调用方法请看.txt

15 lines
287 B
Plaintext

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

在应用的libraries文件夹下新建一个文件然后包含第三方类库即可调用
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
require APPPATH.'/libraries/lib/alipay_service.class.php';
class xxx extends CI_Controller{
调用方法
$this->load->library('image_lib');