C
C
Cord2013-03-04 16:14:59
PHP
Cord, 2013-03-04 16:14:59

Do I need a universal PHP admin panel?

Hello everyone

Somehow I did this thing on top of phpMyEdit
habrahabr.ru/post/102401/

consists of two parts
1. phpMyEdit
Generates admin panels - tables, paging, filters, CRUD, based on a PHP array of settings

2. Database structure in the database

Essentially, MS Access is online.

I want to make an open admin panel. Without being tied to Yii frameworks and so on, so that you can screw it into any engine.

Let me explain why and to whom. There are many developers who write from scratch, or finish other people's engines. In 90% of cases, admin panels are needed. And always write their bikes.

And it would be nice to have such a framework for admin panels for developers.
To be flexible (templates, settings, filters) and pleasant for your clients.

The second part is a project like skybase.ru/ based on this framework. Here, perhaps, SaaS.

Well, do you need such a topic?

Naturally, I googled, I have not yet seen an acceptable solution. The idea of ​​changing the config in framework applications and generating admin panels does not work, because
a) the solution should be easily screwed into any CMS and not interfere with any frameworks
b) the solution should connect to ready-made database schemas out of the box quickly and easily

Answer the question

In order to leave comments, you need to log in

4 answer(s)
K
Kakysha, 2013-03-04
@kakysha

No, not needed.
What you call a universal admin panel is scaffolding, which it’s time for everyone to refuse, because. the choice of data is still very specific to each application, and the creation of records must be with the right security, and also very specific to each application. And the CRUD that you propose to implement is just a replacement for phpMyAdmin / navicat / etc.

A
avorobiev, 2013-03-04
@avorobiev

Within frameworks, such solutions already exist, outside the ecosystem in which development is being carried out (i.e. outside frameworks), I don’t think that such solutions will be needed for anyone ...
And bicycles - well, they were built, and they will continue to build ... This such a way of learning programming :-). Those. With your bike you won't convince others not to build their own...

V
Valery Selitsky, 2013-03-04
@WaveCut

Well, why is a universal bike more attractive than its own? After all, a person will still have to comprehend the intricacies of lubrication and running in a universal super-bike.

E
EugeneOZ, 2013-03-04
@EugeneOZ

There is a similar generator: phprunner
(I have nothing to do with it)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question