开发者

Scaffolding feature in Codeigniter 2.02

开发者 https://www.devze.com 2023-03-12 11:59 出处:网络
Scaffolding fe开发者_运维问答ature was in routes.php ($route[\'scaffolding_trigger\'] = \'\';)in previous version but it is not in routes now in 2.02 so please tell my how do i use scaffolding feature

Scaffolding fe开发者_运维问答ature was in routes.php ($route['scaffolding_trigger'] = '';)in previous version but it is not in routes now in 2.02 so please tell my how do i use scaffolding feature in 2.0.2 version of codeigniter


Scaffolding was deprecated as of at least 1.7, and is removed in 2.0. There is no such functionality out of the box in this version.


With scaffolding being deprecated, if you absolutely need a solution for this, give Sparkplug a try.

From the link: "A scaffolding library inspired by Ruby on Rails scaffolding. Adds the ability to generate basic CRUD functionality for any given database table."

0

精彩评论

暂无评论...
验证码 换一张
取 消