[CodeIgniter] Bài 1: Tạo Controller trong CodeIgniter
Tạo mới controller trong CodeIgniter. Trong CodeIgniter, tất cả các file controller đều được viết trong file application/controllers. Trong đó xuất hiện dòng code: if ( ! defined(‘BASEPATH’)) exit(‘No direct script access allowed’); Đây là dòng security bảo vệ file nó không cho truy cập thẳng vào file mà phải thông qua 1 file index.php