mirror of
https://github.com/bcit-ci/CodeIgniter.git
synced 2025-02-20 11:13:29 +08:00
...
parent
173299bd39
commit
49a66746ea
@ -23,22 +23,25 @@ Modules must be placed in the /application/modules/ folder. A module is a folder
|
||||
|
||||
Just to make sure we are clear on the folderstructure, he is an example:
|
||||
[code]
|
||||
+system
|
||||
+application
|
||||
...
|
||||
+modules
|
||||
+account
|
||||
+controllers
|
||||
account.php
|
||||
+models
|
||||
user_model.php
|
||||
+views
|
||||
login.php
|
||||
register.php
|
||||
+news
|
||||
+controllers
|
||||
news.php
|
||||
+models
|
||||
news_model.php
|
||||
+views
|
||||
system
|
||||
application
|
||||
modules
|
||||
account
|
||||
controllers
|
||||
account.php
|
||||
libraries
|
||||
my_generic_authlib.php
|
||||
models
|
||||
user_model.php
|
||||
views
|
||||
login.php
|
||||
register.php
|
||||
news
|
||||
controllers
|
||||
news.php
|
||||
models
|
||||
news_model.php
|
||||
views
|
||||
list.php
|
||||
categories.php
|
||||
[/code]
|
Loading…
x
Reference in New Issue
Block a user