Skip to content

Instantly share code, notes, and snippets.

@jamiefdhurst
Created August 6, 2012 15:11
Show Gist options
  • Save jamiefdhurst/3275287 to your computer and use it in GitHub Desktop.
Save jamiefdhurst/3275287 to your computer and use it in GitHub Desktop.
PyroCMS Docs #1
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