How to Integrate SEOStats with Codeigniter?
问题 Hello I want to integrate the SEOStats Class with a project in codeigniter , is anyone provide me solution ? I have tried to make the SEOstats class as a helper and load the helper in the specific controler , but a blank page is showing , I also try to include it via view but the same blank page i am seeing , I have included this code in my view file , the SEOstats directory also in the same views directory . <?php require_once 'SEOstats/bootstrap.php'; use \SEOstats\Services as SEOstats; try