E
E
Evgeny Elchev2014-01-26 16:57:59
CMS
Evgeny Elchev, 2014-01-26 16:57:59

Which framework to choose for development in PHP (or possibly another PL)?

Hello, I know that there are a lot of questions about the choice of CMS or Framework, but I will ask one more, because I am interested in the functionality that I have not seen anywhere else.
The bottom line is that all CMS are too limited for me, for the sake of more or less non-standard functionality, I have to write a module or fence gardens. At the same time, in frameworks, it is necessary to write (integrate, configure) just a mountain of standard things, such as registration, authorization, rights control, admin panel. Even in Yii, with its User and Role plugins, you have to spend a lot of time setting them up.
So I would like such a framework that, during installation, would create a ready-made authorization and registration system, user management, user rights, perhaps basic page management, and also the functionality of the framework. Tobish, I wanted to create a catalog of cars, I would create a table of cars, a table of categories of cars, write a model (or it would be created automatically as in YII), create a simple form, then create a controller and a view. And if, for example, I later needed to create a function for exchanging cars between users, I would create another table and add a couple of methods to the controller.
It seems like such things are called CMF, but somehow it didn’t work out on Google, apparently I’m using the wrong owl.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
O
Oleg, 2014-01-26
@mayken

Look towards 1c bitrix .

S
Sergey Sokolov, 2014-01-26
@sergiks

Joomla 3 has gone far since “then”: it is both a CMS and a framework - it fits the listed requirements quite well.

N
Nazar Mokrinsky, 2014-01-26
@nazarpc

You can take a look at my development . The CMF core provides all the necessary foundation for rapid site development. There are several ready-made modules. Since most often the functionality is written for a unique project, this tool is very convenient to solve such problems in the first place.
There are some useful traits like CRUD and other things that work out of the box to get rid of a lot of routine.
Users, user groups, access control is. Ready-made modules: static pages, blog, comments, feedback, OAuth2 server, authorization through social networks. networks, photo gallery, WYSIWYG editor. Modules are exclusively optional. It is possible to redefine the behavior of the kernel without editing it through triggers or through a special mechanism for redefining parts of system classes.

Q
Quber, 2014-01-27
@Quber

For your requirements, you need a CMF. Look in the direction of Drupal, but it's better to wait for version 8 to be released, it will be on the Symfony 2 core

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question