Libraries Extending Question |
I have a Parsedown.php file in my libraries folder
application > libraries > Parsedown.php PHP Code: class Parsedown And I want to extend it application > libraries > MY_Parsedown.php I tried require but did not make the new changes. How can I extend a library from with in application library and not system libraries. How can I extend the parsedown into MY_Parsedown.php PHP Code: <?php
There's only one rule - please don't tell anyone to go and read the manual. Sometimes the manual just SUCKS!
|
Messages In This Thread |
Libraries Extending Question - by wolfgang1983 - 01-12-2017, 03:47 AM
RE: Libraries Extending Question - by ciadmin - 01-12-2017, 08:25 AM
RE: Libraries Extending Question - by wolfgang1983 - 01-12-2017, 01:19 PM
RE: Libraries Extending Question - by skunkbad - 01-12-2017, 02:12 PM
RE: Libraries Extending Question - by ciadmin - 01-12-2017, 02:21 PM
RE: Libraries Extending Question - by wolfgang1983 - 01-12-2017, 03:19 PM
RE: Libraries Extending Question - by skunkbad - 01-12-2017, 03:56 PM
RE: Libraries Extending Question - by skunkbad - 01-12-2017, 03:55 PM
|