CodeIgniter
Managing Assets with CodeIgniter
Nov 25, 2009CommentsPHP code is far from the only content necessary for most web applications. Most frequently we need to include images, css files, flash files, and many other types of files. The CodeIgniter framework doesn’t contain a built-in methodology for asset management, leaving the developer to their own devices. This article discusses the reason behind the base_url() method and the creation of a helper file that will assist in managing images, css files, and more.
Choose ItRSS Parser Library for CodeIgniter
Nov 24, 2009CommentsThis choice is an RSS parser library from Programmers Guide for the CodeIgniter PHP Framework. With this library you can retrieve the RSS xml file from any websites feed and have it to access and display on your website or application.
Choose ItBuild an RSS 2.0 Feed with CodeIgniter
Nov 19, 2009CommentsCodeIgniter is a fast and very useful PHP framework. In this tutorial, we will build a RSS 2.0 Feed with the PHP framework CodeIgniter. After this tutorial, you will be able to build a feed for any custom website in no time at all.
Choose ItShopIgniter – Open Source eCommerce Platform
Oct 23, 2009CommentsShopIgniter is an Open Source eCommerce platform built on the CodeIgniter PHP Framework. The goal of ShopIgniter is to bring human interaction to eCommerce with social media tools, bridging the offline and online shopping experience. ShopIgniter is Open Source, but not free.
Choose ItOpenID for CodeIgniter Made Easy
Oct 22, 2009CommentsThe simple idea of having OpenID integrated to your application and have users logged in using their existing Facebook or Google account is pretty fancy, but the code behind it is a mess, a complete tragedy. Luckily RPXNow stepped in and provided me a hand in authenticate people and handling the magic works.
Choose It40+ CodeIgniter Framework Tutorials for Kick-Ass PHP Application
Oct 17, 2009CommentsCodeIgniter is an Application Development Framework – a toolkit – for people who build web sites using PHP. Here is the list of 40+ Excellent And Useful CodeIgniter Application Development Framework Tutorials & Resources that includes some useful tutorials and few great resources that has been developed for programmers and designers.
Choose ItFull CodeIgniter TextMate Bundle
Oct 16, 2009CommentsHere’s a Freebie for your Friday! This is a complete CodeIgniter TextMate/E-Texteditor bundle. It includes shortcuts for every CodeIgniter helper function, and library included in CodeIgniter 1.7.2. Tab stops and default values are provided.
Choose ItCodeIgniter’s alternator() Function
Oct 8, 2009CommentsIt’s surprising to me how often I find little functions for tedious tasks, that CodeIgniter already has built in. One of these functions is the alternator() function in the String Helper. What the alternator() function does is allow two or more items to be alternated between when iterating through a loop.
Choose ItCodeIgniter from Scratch Day 7: Pagination
Oct 2, 2009CommentsHere is Day 7 in a wonderful series from NetTuts+ on CodeIgniter. Days 1-7 included tutorials on Getting Started with CodeIgniter, Database Selecting Methods, Sending Emails, Newsletter Signup and more. Day 7 takes you into the world of Pagination and also takes a look at the super convenient HTML Table class.
Choose ItjQuery Uploadify 2 + CodeIgniter
Oct 2, 2009CommentsCreating useful upload forms is important when developing areas for visitors or site owners to upload files. Uploadify is a great flash based uploader that allows you to upload multiple files and really is a great tool. This article will show you how to integrate Uploadify into your CodeIgniter application.
Choose It