News Feed
Jobs Feed
Sections




News Archive
Fawad Hassan's Blog:
Load More Using KnockoutJS, PHP/CodeIgniter (Part 1)
May 04, 2012 @ 11:28:04

In this new post to his blog Fawad Hassan shows you how to combine the Knockout.js Javascript library that helps you implement a more powerful, MVVM application on top of the CodeIgniter PHP framework.

Everyone has used social networking sites and almost all of them implement Load More functionality to load additional posts/messages. Load More is actually alternate way of pagination. There are two kinds of Load More functionality. First is to load additional content when the user hits the scrollbar at the bottom of the page. Another kind is to load new content only when user clicks on "Load More" button. Personally I prefer the second one because it reduces the load on server and load content only when user wants it and in this article we will take a look at implementing this second kind.

Included in the tutorial are all the steps you need including:

  • Creating the database and needed tables
  • Configuring CodeIgniter
  • Creating a model, controller and view (and ViewModel) in Knockout

This is the first part of the series, so keep an eye out for part two that will include integration with a Twitter feed. If you want to jump to the "good stuff", you can check out this demo or download the source.

0 comments voice your opinion now!
knockoutjs codeigniter tutorial mvvm framework


blog comments powered by Disqus

Similar Posts

KillerPHP.com: The Zend Framework: Writing Object-Oriented PHP with Ease

Michael Nitschinger: Caching Doctrine Entities with Couchbase

Jim Plush's Blog: I'm Officially a Baker with CakePHP

Community News: Symfony-Check.org (A Symfony Deployment Checklist)

Mikko Koppanen's Blog: Creating a reflection


Community Events











Don't see your event here?
Let us know!


series application language api testing introduction unittest podcast community interview phpunit framework functional composer release example development opinion zendframework2 code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework