Browsing Tag

blog

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!

Building a Blog from Scratch with Frog CMS

Building a Blog from Scratch with Frog CMS

We tend to cover a lot of CMSs; especially WordPress related material and topics. While WordPress is an absolutely wonderful CMS, there are some other content management systems out there that don’t get the credit they deserve. One worth noting is the Frog CMS, an open source simple content management system. From what I can tell, the greatest thing Frog has going for it is its simplicity. It feels blazingly fast and the way everything is organized is very intuitive. Today, we will take an in depth look at getting started with the Frog CMS, as well as building our own blog from scratch.

PHP Blog

How to Create an Object-Oriented Blog Using PHP

In the past few weeks NETTUTS has posted quite a few great tutorials on how to get started using PHP and MySQL to create simple web applications such as a shout box. Today we are going to take our knowledge of PHP and MySQL a step further by creating a simple blog. While there are countless excellent free blog platforms, the purpose of this tutorial is not to make a “better” blog but to use the process of making a blog to learn about advanced database structure techniques and how to use data more efficiently by utilizing objects in PHP.