CodeIgniter是否支持命名空间?
命名空间受php支持,而不受框架支持(在您的情况下为codeigniter)。如果您使用命名空间,则php版本必须> = 5.3.0。Codeigniter不能使用命名空间,因为它是为支持php 4而编写的。