Tagged with crud

Generate CRUD in php

Recently, i’ve worked on an old PHP project trying to quickly add some new features to the application. As part of this task, i am supposed to write code that performs basic CRUD operations on a MySQL  table. Having achieved this like a charm using Rails, i’ve wondered if i can do scaffolding even in php. With some … Continue reading