Lessons: 14Length: 2.7 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

3.2 Console & Tasks

FuelPHP is a web framework that works pretty well off the web. Using the Console for Interactive Debugging you can play with code without needing to build test controllers – which is a laborious waste of time. Tasks can be built to run CRON jobs and facilitate quick-and-easy data input, or even communication from other command line stuff. Got a Java executable wants to talk to FuelPHP? Go for it.