From ac9e0cdecc7ec15f173e5d538a18c37ab08d455b Mon Sep 17 00:00:00 2001
From: Greg Aker
To use one of your own system classes instead of a default one simply place your version inside your local application/libraries directory:
+To use one of your own system classes instead of a default one simply place your version inside your local application/core directory:
-application/libraries/some-class.php
+application/core/some-class.php
If this directory does not exist you can create it.
@@ -118,7 +118,7 @@ Extending a class is nearly identical to replacing a class with a couple exceptiFor example, to extend the native Input class you'll create a file named application/libraries/MY_Input.php, and declare your class with:
+For example, to extend the native Input class you'll create a file named application/core/MY_Input.php, and declare your class with:
class MY_Input extends CI_Input {
--
cgit v1.2.3-24-g4f1b