Answer the question
In order to leave comments, you need to log in
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
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.
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 questionAsk a Question
731 491 924 answers to any question