News Feed
Jobs Feed
Sections




News Archive
NetTuts.com:
Building Ribbit in PHP
January 04, 2013 @ 10:22:48

In the first part of a new series on NetTuts.com, they started on the creation of a full web application (a Twitter clone). The first article covered the CSS and using LESS to create an interface. In this second post they get into the PHP backend, opting to create it without a framework on the first shot.

In the initial entry in this series, we took care of the UI-aspect of our Twitter-clone, called Ribbit. Now, we'll begin coding the application in a number of languages. This lesson will leverage standard PHP (with homegrown MVC), but, in future articles, we'll review other implementations, such as with Rails or Laravel.

They provide all the code you'll need, the database table structure to power it (MySQL) and the examples of a model, router and basic MVC stack to handle the requests. They help you make a user creation and login system as well as a few other pages ("buddies", "make a post" and a few others). You can also download the source from their Github account if you want it all in one shot.

0 comments voice your opinion now!
ribbit backend tutorial series css less mvc


blog comments powered by Disqus

Similar Posts

NetTuts.com: How to Work with PHP and FTP

James Cohen's Blog: Working with Date and Time in PHP

ThinkPHP Blog: Accessing NTLM secured resources with PHP

The Bakery: RESTful Web Services With CakePHP

Justin Carmony's Blog: SMS Nagios Notifications with PHP & Twilio


Community Events









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


development introduction code opinion api release podcast community testing tool language object zendframework2 example database composer functional interview event framework

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