Codeigniter+PhpBB function redeclaration
问题 I am trying to integrate phpbb to codeigniter. I don't want that the users register for the forum. Site login/register controllers should handle the forum part as well, so I am writing a ci library to register/login to phpbb. I got an error because I have included phpbb functions and libraries inside my ci library: Fatal error: Cannot redeclare redirect() (previously declared in E:\xampp\htdocs\ci\system\helpers\url_helper.php:535) in Any idea how to solve this quickest way? phpbb files that