This is a continuation of blog on My First Code Igniter Project. In my first post on Code Igniter I learned how to: remove the ugly URLs, include CSS, JavaScript, and header/footer files, make and use helpers, and also use Active Record. Since my last post I’ve been mostly spending time on non Code Igniter centric pieces of my project such as the database schema and the user interface. I had originally decided NOT to use Ajax in this application, but after looking over the interface I decided it was needed to provide a rich user experience. So lets cover Ajax.
Read the rest of this entry »
Posts Tagged ‘mvc’
My First Code Igniter Project (Part 2)
Posted by chris on March 16th, 2011
Comment(1)