Browsing Tag

php framework

Build an Admin Panel with the Fuel PHP Framework

Build an Admin Panel with the Fuel PHP Framework

In the first part of this series, we took a look at the basics of the FuelPHP framework. In this second-part, we’ll be stepping it up a gear and move onto some more advanced topics! We’ll be creating an admin panel for our application, cover the common uses of the ORM and use the Authentication package to restrict access.

Join me after the break to get started!

Getting Started with the Fuel PHP Framework

Getting Started with the Fuel PHP Framework

This two-part tutorial will get you up and running with the Fuel PHP framework. We’ll start with the basics, and then move onto some more advanced topics in part two! Let’s get started.

Quick Tip: Integrate Compass into an Existing CodeIgniter Project
videos

Quick Tip: Integrate Compass into an Existing CodeIgniter Project

I was recently asked about how to use Compass in an existing CodeIgniter project. It seems that the emailer was under the impression that Compass was made for Ruby and Rails. But that’s not the case at all!

Create your First Tiny MVC Boilerplate with PHP
videos

Create your First Tiny MVC Boilerplate with PHP

I’m often asked about how to create an extremely simple MVC boilerplate for small projects which don’t require a massive framework, like CodeIgniter or CakePHP. We’ll build a solution in ten minutes or so.

CodeIgniter from Scratch: Search Results without Query Strings
videos

CodeIgniter from Scratch: Search Results without Query Strings

In this episode of CodeIgniter from Scratch, we will implement search features, and display the results pages without the use of query strings. You can use these methods to keep your URL’s clean, and continue using the uri segments convention of the CodeIgniter framework.


This entry is part 17 of 17 in the CodeIgniter From Scratch Session
Basecamp Style Subdomains With CodeIgniter

Basecamp Style Subdomains With CodeIgniter

CodeIgniter is a simple and lightweight PHP framework used to create powerful web applications. Today, we are going to do something nifty: we’ll combine user names and subdomains to make for a more cohesive user experience.

How to Create a Config Variables Loader in CodeIgniter: New Premium Tutorial
plusvideos

How to Create a Config Variables Loader in CodeIgniter: New Premium Tutorial

If you’ve been using CodeIgniter or another MVC framework for any length of time, you’ve probably started to realize the advantage of abstracting data and logic from presentation. But efficiency is not without its drawbacks, and, in the case of CodeIgniter, one of these drawbacks is the need to constantly bounce variables out of your controllers so that they are available within your views.

In this tutorial, I’ll show you a really cool way to eliminate this hassle. Become a Premium member to gain access to this tutorial, as well as hundreds of other tutorial, screencasts, and freebies from the Tuts+ network.

How to Create a Layout Manager with CodeIgniter: New Premium Tutorial
plusvideos

How to Create a Layout Manager with CodeIgniter: New Premium Tutorial

This Premium video, and companion article will teach you how to create a simple, yet powerful library to handle layouts in the popular CodeIgniter framework. The library you’ll create will allow you to maximize your efficiency, save time and code, modularize your views and even your Javascript and CSS files.

CodeIgniter from Scratch: Profiling, Benchmarking & Hooks
videos

CodeIgniter from Scratch: Profiling, Benchmarking & Hooks

In this 15th episode of the series, we are going to learn about three subjects: Profiling, Benchmarking and Hooks. You can use these tools to analyze your CodeIgniter applications performance, and figure out what part of the code you need to optimize. We are also going to make even further improvements to the Profiler library to suit our needs.


This entry is part 15 of 17 in the CodeIgniter From Scratch Session
CodeIgniter from Scratch: Security
videos

CodeIgniter from Scratch: Security

In this fourteenth episode of the series, our subject is ‘Security.’ We will go over topics such as: password encryption, message encoding/decoding, XSS filtering, output filtering, sql injection, session security, private controller methods and more.


This entry is part 14 of 17 in the CodeIgniter From Scratch Session
Page 1 of 3123