Merb is a Ruby Web framework that most Ruby and Rails developers are familiar with, even if they haven’t used it.
Merb is a Model View Controller based framework, somewhat like Rails, but it’s significantly lighter, faster, and more customizable.
Merb’s strength is that it has a lightweight core and relies on plugins, selected by the user, to provide most of the extended functionality.
This post is to summarize some of the more interesting Merb tutorials...
Building A RESTful PHP Server: Understanding the...
Once upon a time, what seems like a lifetime ago, I was away for a couple of weeks, and I wrote a series of posts about serving RESTful APIs from PHP to keep my blog going while I was away....
PHPMaster.com: Learning Loops
PHPmaster.com has a new introductory tutorial for those just starting out with PHP (or with programming really) talking about using looping structures for sets of data - for, while/do-while...
PHPMaster.com: PHP Sessions
On PHPMaster.com today there's a new introductory tutorial for those trying to figure out sessions in PHP. Sessions can be one of the most powerful tools at your disposal and handling them...
Post new comment