v 1.3.3 grocery CRUD - an automatic Codeigniter CRUD |
[eluser]web-johnny[/eluser]
[quote author="tieungao" date="1303090718"]I try to embed this at my current project but seem have many errors. Seems that auto create the title and the data table appear immediately after this. Can u provide me one example how to embed this like : $this->load->view('template/header'); $crud->render(); $this->load->view('template/footer'); Thank so much.[/quote] Please be more specific. I cannot understand what the errors are. You can add your views to the top of your project or to the bottom of the project, as you show it Code: $this->load->view('template/header'); if you want to add a template you can see how you can do it by see the documentation at the below link Installation for codeigniter There I show how you can add your custom-template (I named it custom-cms) . If you have any more issues just ask. |
Welcome Guest, Not a member yet? Register Sign In |