Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| codeigniter [2011/03/07 21:04] – rfile | codeigniter [2011/03/07 21:09] (current) – rfile | ||
|---|---|---|---|
| Line 143: | Line 143: | ||
| </ | </ | ||
| </ | </ | ||
| - | <box> | + | <box|use of row_array()> |
| <code php> | <code php> | ||
| /** | /** | ||
| Line 170: | Line 170: | ||
| </ | </ | ||
| + | </ | ||
| + | <box | second database> | ||
| + | <code php> | ||
| + | |||
| + | <?php | ||
| + | class Model_old_info extends CI_Controller { | ||
| + | |||
| + | | ||
| + | { | ||
| + | parent:: | ||
| + | // Your own constructor code | ||
| + | $CI =& get_instance() ; | ||
| + | | ||
| + | | ||
| + | } | ||
| + | | ||
| + | |||
| + | |||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | } | ||
| + | return $table_data; | ||
| + | } | ||
| + | } | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | ' | ||
| + | |||
| + | |||
| </ | </ | ||