mvc:

PHP Login System Using OOP and MVC Training Video – Authorization Object and Login.php Part 1

March 25, 2011
Posted in PHP Videos

This is the first video tutorial in a 2 part series, where we teach you how to build your controllers and authorization object. From our PHP Login System Using OOP and MVC Course, found in the PHP section of the Killersites Video Tutorial Library. For the Complete PHP Programmer Package and more courses on PHP,…

Read More

PHP Login System Using OOP and MVC Training Video – Template Object Part 2

March 21, 2011
Posted in PHP Videos

This is part 2 of a 4 part video tutorial series, where we continue to teach you about the template object. From our PHP Login System Using OOP and MVC Course, found in the Killersites Video Tutorial Library. For the Complete PHP Programmer Package and more courses on PHP, check out our Killersites Video Tutorial…

Read More

PHP Login System Using OOP and MVC Training Video – Template Object Part 1

March 18, 2011
Posted in PHP Videos

This is the first video tutorial in a 4 part series, where we teach you about the template object, which displays your views. From our PHP Login System Using OOP and MVC Course. All of our courses can be found in the Killersites Video Tutorial Library! For the Complete PHP Programmer Package and more courses…

Read More

PHP Login System Using OOP and MVC Training Video – File and Database Setup

March 3, 2011
Posted in PHP Videos

In this video tutorial from our PHP Login System Using OOP and MVC Course, we teach you about structure and functionality for your project. You can find all of our courses in the Killersites Video Tutorial Library. For the Complete PHP Programmer Package and more courses on PHP, check out our Killersites Video Tutorial Library!…

Read More

PHP Login System Using OOP and MVC Training Video – Introduction

February 28, 2011
Posted in PHP Videos

This is the introduction to our intermediate level course on Object Oriented PHP, found in the PHP section of the Killersites Video Tutorial Library. For the Complete PHP Programmer Package and more courses on PHP, check out our Killersites Video Tutorial Library! Note that all of our videos are in a higher quality when purchased…

Read More

Note to CodeIgniter nerds: please, no looping code in your views.

June 5, 2008

I was researching things ‘nerd’ on the Web today, and I found myself at the CodeIgniter website. For those of you who may not know, CodeIgniter is an MVC PHP framework. What is an MVC framework? I won’t go into details here since we’ve covered MVC basics elsewhere. Let me just say though, that an…

Read More
To Top