在 CodeIgniter 中创建用于重复功能的库


Create library for repetitive functionality in CodeIgniter

我想在CodeIgniter中创建一个重复功能库,以便该功能在下一个项目中自动可用。那我该怎么做呢?

例如,假设我想创建一个登录库。如何为"登录"创建一个库,以便在下一个项目中随时可用?

请使用模块化结构作为代码点火器,这最适合代码可重用性和可扩展性

请通过此链接了解更多信息http://code.tutsplus.com/tutorials/hvmc-an-introduction-and-application--net-11850