Saturday, November 24, 2007
Multiple views and templating with CodeIgniter: Method 2
When we last left off...
In the previous episode, we left off with the basic instructions for setting up a templating system in your CodeIgniter application. The benefits are two-fold:
- It saves you lines of code when using many views
- It helps with future maintenance by abstracting away a great deal of your code
So, onto the new stuff...
Friday, November 23, 2007
ExpressionEngine Users: RSS Patch required
Special Announcement:
So, as I was trying to set up FeedBurner for this site, I discovered there was an error with the RSS feed. Ugh. I'm using the most recent version of EE, so, I thought maybe I made an error in a template file. No, no. It wasn't me! If you are using EE 1.6.1 downloaded the EE 1.6.1 version right away (sometime before November 14th, 2007), you need do re-download the package from the site. Replace the following file in your install with the one from this new download:
Multiple views and templates with Code Igniter: Method 1
Why am I writing this?
Over the past couple weeks, I've been asked several times what I feel the best method is for managing a template-like system in CodeIgniter. Instead of continually explaining the various different methods each and every time, I eventually started using a copy of a long IRC discussion on the subject to introduce users to the concept.
Well, I still don't think it gets the point across, so we'll dive into it with this multi-part series.
RSS 2.0