-
Please do point this out if I just can’t see it, but there isn’t anywhere in the docs that explains how to write out a model. The Models page briefly mentions using Model_ as a prefix, but stops there…
-
Here’s my structure:
```
- dev
- build
- public_html
- webapp
- template.php
```
Then when it builds, it does this:
```
- dev
- build
- public_html
- css, js etc…
-
In CodeIgniter there is a function named set_select which has the following docblock:
```
/**
* Set Select
*
* Let's you set the selected value of a menu via data in the POST array.
* If Fo…
ghost updated
14 years ago