0

What files does CI Wiz generate for each module?

When I click Generate for a table, exactly which files get created? I want to understand the full output before I start using it in a real project.
Bilinmiyor tarafindan soruldu Jan 21, 2026 105 goruntulenme

1 Cevap

0
✓ Kabul Edildi
For each module (database table), CI Wiz generates the following files: - `app/Entities/YourTableEntity.php` — a typed entity class with casts - `app/Models/YourTableModel.php` — an active-record model with validation rules and the default return type set to the entity - `app/Controllers/YourTableController.php` — a controller with index, add, edit, and delete methods (or a ResourceController for AJAX mode) - `app/Views/your_table/index.php` — list view with DataTables - `app/Views/your_table/add.php` and `edit.php` — form views - Route entries added to the relevant routes file For the whole app, CI Wiz also writes or updates the sidebar partial, a dashboard home view, and layout templates if they do not already exist.
cantonner tarafindan cevaplandi Jan 21, 2026

Cevap yazmak icin lutfen giris yapin. giris yapin