codeigniter cannot load library

前端 未结 4 1382
北荒
北荒 2021-01-18 18:12

I have a problem that I can\'t load my library in my controller :S

I got this error: Message: Undefined property: Profil::$profileWall

My library:

         


        
4条回答
  •  深忆病人
    2021-01-18 19:10

    Library in code igniter didn't concentrate for lower case, Have you placed your library in folder application/library? before or try changed your class name with CI_ProfileWall

提交回复
热议问题