摘要:
创建yy类 class yy extends CI_Controller { public function __construct() { parent::__construct(); } public function fy() { echo 'home/yy'; } public functi 阅读全文
摘要:
当ci3使用PHP8.2,出现问题 An uncaught Exception was encountered Type: Error Message: Call to undefined function mysqli_init() Filename: D:\www\ci3\system\data 阅读全文
摘要:
1、创建类文件 2、构造函数中使用数组形参,接收传递参数 class Hehe { // public function __construct($config = array()) { p($config); } // // public function index() { // } funct 阅读全文