D
D
Dima_kras2018-05-08 19:02:17
Database
Dima_kras, 2018-05-08 19:02:17

With what help to make a web admin panel for a database?

Good afternoon, there is a database on SQLite and a server (LAMP), in the database there are about 30-40 tables, half of the table is a directory - id and name. The second half of the tables are filled with data from these directories.
And a couple of tables where the connections are not obvious, you need to be able to enter the code.
It is necessary to make a website type, the user logged in and filled in the data.
Now we are doing a test version, to test the concept, so authentication, data protection, and so on are not needed. You need to quickly throw in the admin panel, and protest.
There is not much experience in web development, which way to look? It seems that Yii allows you to simply do admin panels? Maybe there are other frameworks? What do you recommend?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
A
Alexander Aksentiev, 2018-05-08
@Sanasol

phpmyadmin, adminer, etc.
If you really don't care how it should work.
Just change the base to a full-fledged one, otherwise the ass will be with your sqlite, if the site is hung on it.

E
Evgeniy Volf, 2018-05-08
@Wolfnsex

There is not much experience in web development, which way to look?
Towards a tutorial on web development, first of all.
It seems that Yii allows you to simply do admin panels? Maybe there are other frameworks? What do you recommend?
Almost any more or less full-fledged framework allows you to "simply" or "quickly" make admin panels. Incl. Yii, Laravel, Symfony, Django (Python) and many more.
And there are also "completely ready" solutions, such as this . For Laravel, for example, there is such an option.

S
Sergey Gleip, 2018-05-09
@3ongleip

nodejs (api), js + React (front). Plus in one language ( js ) both on the back and on the front. But without experience it will be difficult.

A
alex maslakoff, 2018-05-09
@teke_teke

on anything that websites write on.

M
microfrog, 2018-05-09
@microfrog

It may seem tinny, but in a quick way, you can on RAD PHP XE2.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question