Archive | Lithium RSS feed for this section

The longer Lithium Blog tutorial using MySQL – Part 2

TweetIn the previous article, we learned how to setup Lithium and create a simple blog to add/edit/delete posts. Now, we will see how to add comments to the post and display them back on post view page. Unfortunately, Lithium doesn't support relationships yet, so we will query the comments table on our own. Let us [...]

Read full story · Comments { 3 }

The longer Lithium Blog tutorial using MySQL – Part 1

TweetLithium is a lightweight, fast, flexible framework for PHP 5.3+. It is still in dev release state but is under active development. This post, as the title suggests, is to introduce you to this new framework using the typical blog tutorial. Getting started The first thing is to get the Lithium source code. You can [...]

Read full story · Comments { 15 }