D
D
Daniel Newman2012-11-08 10:21:36
PHP
Daniel Newman, 2012-11-08 10:21:36

What nice CRUD/Scaffold generator for PHP+MySQL do you use?

I am looking for a not too simple , pretty CRUD interface with pagination out of the box. AJAX and freedom of customization, up to building simple joins will be a huge plus, but somehow I don’t use Google, it wants to sell me all the weighty frameworks. Therefore I thirst for advice-hints. It looks like it’s easier to deal with any documented framework or add your own plugin to WP, but I don’t want tasks more than 10 “junior hours”.
Little blood. 100 thanks in advance.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
N
nikita2206, 2012-11-08
@nikita2206

Well, if you need to make an admin panel for some content workers in 60 minutes, then create a user in mysql for them and give them phpmyadmin/workbench/any-similar-utility.
And so, there is, for example, GroceryCrud, and almost any modern framework (orm integrated into it) can generate crud - study at least one. The list is something like this, from simple to complex: CodeIgniter (GroceryCrud uses it), CakePHP, Yii, Symfony2 + Propel, Symfony2 + Doctrine. (there are more of course)

V
Vampiro, 2012-11-11
@Vampiro

I could not find. I made my own in 15 minutes, screwed bootstrap.min and it looks nice.

D
des1roer, 2016-08-12
@des1roer

https://github.com/jonseg/crud-admin-generator

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question