Does CodeIgniter support Namespace?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Namespace are supported by php and not by the framework (codeigniter in your case). If you use namespaces php version must be >= 5.3.0
Codeigniter dosen`t use namespaces because it is written to support php 4.