M
M
Mikkirurk2015-11-18 16:55:10
CodeIgniter
Mikkirurk, 2015-11-18 16:55:10

CodeIgniter. How to change the address of a page with administered content?

Hello. There is a site with a simple admin panel written in CodeIgniter. My task was to transfer the content, which was accessed through this admin panel, to another page. That is, the content was on index.htm and I transferred it to menu.html. Where do you need to rewrite the paths to the page? The fact is that I do not know php, for me the CodeIgniter documentation is a dark forest. If there is an opportunity to quickly explain this, I would be very grateful.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
dmitriy, 2015-11-18
@dmitriylanets

code-igniter.ru/user_guide/general/routing.html

V
Viktor, 2015-11-19
@master2016

You need to dig into the configuration file first.
Second, take a close look at what a function like
$this->__render() does in controllers;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question