CodeIgniter - Form: Putting Text at Header and FooterTag: CodeIgniter, framework, MVC Category: PHP Frameworkpost: 15 Feb 2008 read: 3,657 CodeIgniter Form Step By Step Tutorial - Part 5: We put menu below header. But we still don't talk about header. Now, we will put some text at header. If you remember, this step is like this post. Open you controller, "books.php" within CodeIgniter\system\application\controllers. Update like this:
Then update header, "books_header.php" within CodeIgniter\system\application\views.
Result like this:
|
| | Give Your Opinion | Recommend |
|
1 Responses to CodeIgniter - Form: Putting Text at Header and Footer:
It seems that you forgot to put the step-by-step instructions for the footer. But it can also be assumed that you do that for a purpose and that is for the viewers to apply the same thing as in the header.
By Jong on May 21, 2008


