forked from lewdev/phpscaffold_ci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
25 lines (17 loc) · 788 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
This is just a simple scaffolding app for CodeIgniter derived from:
http://www.phpscaffold.com
I made it to style my tastes so feel free to edit this. The code is massive and I should have separated them into manageable separate files.
In any case, the resulting files is fairly simple since it uses the same form to add and edit.
== Files Generated ==
* model/(table name)_model.php
* controllers/(table name).php
* views/(table name)/(table name)_actions.php
* views/(table name)/(table name)_browse.php
* views/(table name)/(table name)_form.php
* views/(table name)/(table name)_view.php
* views/layout_header.php
* views/layout_footer.php
== Original Readme file ==
Feel free to use this how you like.
Make sure that the /temp/ folder is writeable.
- Henry, uprz23@gmail.com