سؤال

Scaffolding feature 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."

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top