Quantcast
Viewing latest article 1
Browse Latest Browse All 10

CakePHP tutorial (CRUD example)

Cakephp is an influential and strong PHP framework assembled around the Model-View-Controller (MVC) programming standard. Notwithstanding the adaptable way you can utilize it to fabricate your application, it gives a fundamental structure to sorting out records and database table names – continuing everything reliable and consistent.

In the last excercise, we began to make a little application that would perform some essential CRUD (make, read, upgrade, erase) operations on our database. So far we figured out how to peruse the information (the posts) utilizing a Model (Post), demand it utilizing a Controller (Postscontroller) and made several Views to show the data. In this excercise we will complete the application by executing the other CRUD operations, in particular make, overhaul, and erase. For this, we will principally work inside our current Controller and utilize the Model we made to get to our information.


Viewing latest article 1
Browse Latest Browse All 10

Trending Articles