N
N
netrox2017-09-28 12:33:12
CodeIgniter
netrox, 2017-09-28 12:33:12

How to build a website with an admin panel in PHP?

For the site, the client part is already ready, and for the server part I am going to use the Codeigniter PHP framework (a small project). The site requires a simple admin panel so that you can add news posts through it. Can you describe in detail how this task is best done?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
E
Evgeny Kalibrov, 2017-09-28
@rework

If you want codeigniter, then it has a good ready-made cms - ( https://www.getfuelcms.com/ ). I myself used it for several sites, it allows you to quickly create classes and tables in the database for your entities, on the basis of which the engine itself will build editors in the admin panel for CRUD actions.

F
FanatPHP, 2017-09-28
@FanatPHP

Symfony + Sonata Admin

M
Maxim Osadchy, 2017-09-28
@waspmax1

If for learning purposes - better not on codeigniter.

A
alex stephen, 2017-09-28
@berezuev

You make a list of requirements for the admin panel, write technical requirements for them, and then develop an admin panel according to the technical requirements ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question