X
X
xandeq2014-10-14 15:26:37
PHP
xandeq, 2014-10-14 15:26:37

What is the best CMS to use for this task?

There is a task to create a web resource that provides a client service. What we have: a monitoring center that remotely controls the operation of some electronic client equipment. The results are added to the database of the monitoring center. A mechanism for synchronizing the necessary information from the monitoring center database with a remote database (eg MySQL) is also available. What is needed: to enable the clients of the monitoring center to enter their personal account on the web resource and independently receive information about the results of the operation of their electronic equipment. Question: how suitable are existing CMS for this task, in particular drupal, Or is it more expedient to implement such tasks from scratch? I am not a great specialist in the field of programming and in this case act as a customer of this web service. I need to understand which toolkit is most effective for this task. As a rule, programmers try to implement the task in a way that is more convenient for them and on what they know how to do. To get information on the topic for myself, I will be grateful for any sensible comments from respected members of the forum.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Dmitry Kamyannoy, 2014-10-14
@redfieldone

I think for such a task it is not CMS that is suitable, but the Yii framework, for example

N
Nikita, 2014-10-14
@Rema1ns

In general, any CMS that can "store" users is suitable for such a task, and even better if it has profile-type components, but for the task of exchanging or receiving data, the convenience of CMS may not be enough, and you'd better use a framework.
I would do this, I thought that it would be more difficult to do - personal accounts or getting data.
If personal accounts are more complicated, then tsms, otherwise - a framework.
But this is my personal opinion. I'm not a big expert in Drupal

U
UksusoFF, 2014-10-14
@UksusoFF

Data output to Drupal, for example, can be implemented through https://www.drupal.org/project/feeds
But does it already make sense to write above.

X
xandeq, 2014-10-14
@xandeq

Thank you for the answer. I am not a programming specialist, I just need to hear as many opinions as possible on how and with what tools it is better to implement such a task. Executors (programmers) usually offer solutions that are convenient primarily for them and do not particularly care that the customer will then live with it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question