Using PEAR package Horde_Text_Diff

前端 未结 1 1140
我寻月下人不归
我寻月下人不归 2020-12-21 07:23

I installed Horde_Text_Diff, which supersedes Text_Diff. Here\'s the problem: when I try to use it, it gives me:

Class \'Horde_Text_Diff_Engine_Native\' not          


        
相关标签:
1条回答
  • 2020-12-21 07:33

    You need to use a PSR-0 compatible autoloader that automatically includes classes when they are available from your include path. Horde provides one, Horde_Autoloader.

    0 讨论(0)
提交回复
热议问题