Welcome Guest, Not a member yet? Register   Sign In
Custom library extending custom libraries
#13

[eluser]patbert[/eluser]
[quote author="christian.schorn" date="1209865702"]I use CIs "load_class" function for this, better than maintaining include directives by hand.

The base library would be in application/libraries/base_lib.php, and application/libraries/extended_lib.php would look like this:

Code:
<?php
load_class('base_lib', false);

class Extended_lib extends Base_lib {
//... library code
}
[/quote]

Woah, that I can do. Where is load_class documented?


Messages In This Thread
Custom library extending custom libraries - by El Forum - 03-31-2008, 05:36 AM
Custom library extending custom libraries - by El Forum - 03-31-2008, 05:40 AM
Custom library extending custom libraries - by El Forum - 03-31-2008, 05:42 AM
Custom library extending custom libraries - by El Forum - 03-31-2008, 05:43 AM
Custom library extending custom libraries - by El Forum - 03-31-2008, 05:46 AM
Custom library extending custom libraries - by El Forum - 03-31-2008, 05:52 AM
Custom library extending custom libraries - by El Forum - 03-31-2008, 06:21 AM
Custom library extending custom libraries - by El Forum - 03-31-2008, 07:31 AM
Custom library extending custom libraries - by El Forum - 05-03-2008, 02:12 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 02:37 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 02:42 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 02:48 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 02:54 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 03:02 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 03:45 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 03:58 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 04:06 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 04:13 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 04:20 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 04:39 PM
Custom library extending custom libraries - by El Forum - 05-03-2008, 04:46 PM



Theme © iAndrew 2016 - Forum software by © MyBB