-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge a grocery crud application into cms #43
Comments
Yes, you should make a module. If you want your pages to be integrated with No-CMS itself, you will need to make a new navigation (Complete Menu | CMS Management | Navigation Management).Fill out the url (e.g: "gc_app/my_controller/my_function") and the navigation code (e.g: gc_app_my_page) $this->view('my_view', $data, 'my_page'); // my_page is corresponding navigation code instead of $this->load->view('my_view', $data); That's all |
Thank you very much! $this->load->database($my_config); right? |
exactly :) |
thank you! |
I have a grocery crud application with each own MySQL db.
How can I merge this into NO-CMS?
Shall I make a module?
What is exactly the procedure in order to successfully merge it?
The text was updated successfully, but these errors were encountered: