什么是具有自动生成的CRUD页面的类似于django的PHP框架? [英] What is a django-like framework for PHP with auto-generated CRUD pages?

查看:133
本文介绍了什么是具有自动生成的CRUD页面的类似于django的PHP框架?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一个适用于PHP的简单MVC框架,希望它能处理基本的用户身份验证(对于管理员)并开箱即用地生成它自己的CRUD页面.

I'm looking for a simple MVC framework for PHP and would like something that handles basic user auth (for the admin) and generates it's own CRUD pages out of the box.

我真的很想在运行时动态或自动"创建这些管理页面,而不是整个烘焙"概念,或者必须通过某些生成器手动更新CRUD页面.

I'd really like something that creates these admin pages on the fly or "automatically" instead of the whole "baking" concept or having to manually update the CRUD pages via some generator.

推荐答案

您是否尝试过 CakePHP ?

使用烘焙,您可以生成模型,视图和控制器使用CRUD.
Cake还具有安全组件

Using bake you can generate Models, Views and Controllers with CRUD.
Cake also has a Security component and Access Control Lists (ACL).

这篇关于什么是具有自动生成的CRUD页面的类似于django的PHP框架?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆