gosimple 发表于 2009-5-13 14:42:33

Unable to load the requested class

我在application的libraries下自定义了MY_Utf8pinyin类库,可是$this->load->library("utf8pinyin");时却总出现如下错误:
Unable to load the requested class: Utf8pinyin

后来,HEX告诉我,自定义的library是不需要加MY_的。改后,成功。在次表示对HEX的感谢,同时也贴出我犯的这个错误。(手册中写着,没看到。)
页: [1]
查看完整版本: Unable to load the requested class