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

Popular posts from this blog

delphi - blogger via idHTTP : error 400 bad request -

c++ - compiler errors when initializing EXPECT_CALL with function which has program_options::variables_map as parameter -

How do I check if an insert was successful with MySQLdb in Python? -