Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
充分了解风险,有没有什么方法可以在 CodeIgniter 中使用 PHP 保留字作为控制器名称?
您不应该使用任何已声明类的名称,因此 CI_Model 和 PDO 将是一个坏主意。