📜 ⬆️ ⬇️

Make the base and template. Do not think about forms, processing, validation and display. CM (S | F)?

Such an idea.

I want to do a quick admin on the description of the data (as in symfony, but better).
It would be desirable, that generally creation of a certain web piece was reduced to the description of the data, the description of pages and adjustment of parameters of display. Type, for this column to allow sorting, and in this validation of data to arrange. This is for back end. And for the front end, you still need to decorate the template, of course.
I also want all these data schemes and pages and others to be in the database.

And later screw the XML parsing in a certain pattern. To put XML there and get control of such and such data in such and such a database. And round-trip again: merge the current scheme, change, send changes. And so that the base was changed along the way, the columns added and subtracted it, the tables ...
')
Well, in the end, you can upload UML diagrams in a specific profile to such XML via XMI.

As a result, we get the funniest thing: draw squares, press the button and get a full-featured site that manages some kind of data. It remains to hang the design, if necessary ...

So I took to write such a thing. On the Zend Framework.

Tell me, are people experienced, is it a whole or part of the bicycle industry? eight)
And what can be used as finished pieces of the project?

UPD: You than minus silently, it would be better to criticize out loud. And you are pleased and helpful to me.
UPD2: No, Rails and Django are no good. Because all I want is that he still doesn’t implement everything, and I personally write easier using the framework in PHP. Well, there are still external reasons, why PHP. However, I, of course, am going to thoughtfully read their docks and pry ideas.

Source: https://habr.com/ru/post/38579/


All Articles