0

FOSP For Developers Part 5: Database Migrations

I want to show how Bonfire allows for easy upgrades and installation of additional modules via the Database Migrations feature. WHAT ARE MIGRATIONS? Migrations are organized ways for the Bonfire library to make database upgrades and downgrades without requiring the site administrator to execute… Continue Reading

0

FOSP For Developers Part 1: Intro to Bonfire and HMVC

To begin developing with the Fox open sports platform, I need to first throw out a few helpful and important prerequisites: Knowledge of PHP 5.2 + and MySQL 5 Good understanding of object oriented (OO) programming Understanding of MVC development Knowledge of CodeIgniter 2.x Familiarity with HMVC and… Continue Reading

0

FoxR Lesson 1: First Movie, Part 1

For the first FoxR tutorial, we’ll start with downloading and installing both the framework and the Quick Start Project Template using both to creating an advanced “Hello World” movie. I say advanced because the Project Template includes everything you’ll need to get a compiling project setup fast, including the standard “Hello World” message. Continue Reading