Created
August 6, 2012 15:11
-
-
Save jamiefdhurst/3275287 to your computer and use it in GitHub Desktop.
PyroCMS Docs #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
An important note here is that you cannot extend helpers or libraries found in the system/ directory (neither system/cms or system/codeigniter) as the CodeIgniter Loader class does not know to look there. This is a "limitation" of CodeIgniter itself, so if you need to extend core files you will need to either extend in system/cms or extend there. If you do this make sure you are tracking your changes with Git as otherwise you will end up loosing your modifcations next time you upgrade PyroCMS. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment