Last week I wrote about a small CodeIgniter app called Simple Task Board. It is capable of managing multiple projects and tasks, but it is very simple, specially now that it is in the first version. So I thought it would be a good idea to explain how it was done. This explanation will occur in a series of posts, starting today with an introduction about CodeIgniter and about this specific application.
Posts Tagged ‘CodeIgniter’
Creating a CodeIgniter App (Part 1): Introduction
By Oscar Dias on May 14th, 2012 with no Comments »PHP Project: Simple Task Board
By Oscar Dias on May 3rd, 2012 with no Comments »Simple Task Board is a very simple tasks management app. It is intended for people like me, that don’t need the power of one of these complex tools and/or don’t want to pay for them. Besides that, it is just another task management tool, built from scratch, open source, that anyone can help giving ideas and playing with it. Maybe with the support of the community we can keep it simple, while addressing the most common issues. This post will act as a information repository about the app, working as a entry point for the GitHub repository.
Integrating WordPress with CodeIgniter
By Oscar Dias on July 2nd, 2011 with 5 Comments »After a long time since my last post, I’m going to start writing again. My focus on the next articles will be CodeIgniter. The first thing I want to show is how to integrate CodeIgniter with WordPress. More precisely, I’m going to show how to use WordPress users inside CodeIginter. The motivation for this is that you won’t need to handle user authentication inside your application.