php - Extending custom library 1 with custom library 2 in codeigniter? -
php - Extending custom library 1 with custom library 2 in codeigniter? -
i have custom library phone call library1. i'm trying extended library1 custom library called library2.
i require_once , include library1 in library2. other alternative have library2 utilize codeigniters load method , load library1 within library2.
any 1 have thoughts on why 1 way improve other?
first of all, "oop"? think missing point of mcv, secondly check this here
php oop codeigniter
Comments
Post a Comment