Skip to content

Instantly share code, notes, and snippets.

@og-shawn-crigger
Created May 8, 2012 17:49
Show Gist options
  • Save og-shawn-crigger/2637886 to your computer and use it in GitHub Desktop.
Save og-shawn-crigger/2637886 to your computer and use it in GitHub Desktop.
Check if library/class is loaded in Codeigniter
<?php
echo 'Currently loaded libs: '.implode(', ', $this->loader->_ci_classes());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment