I have a CI_Model with a Class called Xray. I have a controller class called Pages that handles all my pages within the application. One of these pages is called worker.php. I execute worker.php using Supervisord by the CLI.
I want to be able to access Xray's functions from worker.php, but not through the command line (I won't be using the command line after worker.php is executed).