Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mkfsn/codeigniter
https://github.com/mkfsn/codeigniter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mkfsn/codeigniter
- Owner: mkfsn
- Created: 2015-07-06T01:28:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-06T01:28:43.000Z (over 9 years ago)
- Last Synced: 2023-03-23T03:42:33.823Z (almost 2 years ago)
- Size: 1.79 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Codeigniter Skelton
## Switch to CI version
Please make sure the branch name is trailing with `stable`.
```
$ git checkout
```## Web Root Directory
Please make the directory `htdocs` to your web root directory.
And than modify the `htdocs/index.php` to specify the follow path:
+ system
+ application## Static files
All static files are placed in `htdocs/assets`, including:
+ jQuery
+ Bootstrap## Codeigniter Settings
http://www.codeigniter.com/
## Have fun!