Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我有一些您不想符合库或模型类的第三方 PHP 资源。CodeIgniter 结构中是否有为此定义的文件夹?如果不是,那么这是否意味着由开发人员定义他们的自定义文件夹来放置这些资源?
我通常遵循这个逻辑:
应用程序/库-> 我在这里放了只涉及一个文件的巨大类。
application/helpers -> 我在这里放了只涉及一个文件的小类。
application/third_party -> 我在这里放置了涉及多个文件的大型类或插件。