PHP Frameworks

How To Use Lithium to Create a Web App — step-by-step Databases tutorial on Progressive Robot

How To Use Lithium to Create a Web App

In this tutorial, we’ll continue where we left off previously when we installed Lithium onto our Ubuntu 12.04 VPS and configured all the necessary requirements for building our web application. If you remember, we also connected a MySQL database and had a glimpse of how to print out “Hello World” onto the page. What will follow now is illustrating how to use the three MVC components (Models, Views and Controllers) together with the Lithium framework.

Read more
How To Delete Database Records in Laravel Eloquent — step-by-step Programming tutorial on Progressive Robot

How To Delete Database Records in Laravel Eloquent

In Eloquent, you can delete database records conveniently with the delete method from the parent Model class. In the last part of this series, you’ll create a new command to delete lists. For simplicity, any links associated with the list to be deleted will be reassigned to the default link list.

Read more
CHAT