Getting started
This tutorial will demonstrate how to install the framework and explain the basics of how the framework works.
Redirects
Being able to move a user from one page to another is a common task. This video demonstrates using the Url helper to implement redirects quickly.
Session Basics
How to use the session helper class.
CRUD Basics
This video will explain how to use the database helper to create, view, update and delete records from a database. a simple contacts application will be created to show each stage.
Sending email with Swiftmailer
Using the mailer add-on sending email with swiftmailer is a very easy process, this video show how to send a HTML email using the mailer class.
Members Part 1: Registration
This is the first part in a short mini series that will cover user registrations.
Members Part 2: Activation
In this video I will cover how to activate the user account.
Members Part 3: Login
This video will cover logging in a user and giving access to a members only page.