D
D
Dmitry Logvinenko2013-05-18 22:22:23
CMS
Dmitry Logvinenko, 2013-05-18 22:22:23

CMS for a site with one service?

You need to organize a simple website for a mini-transfer company:

  • all the information is enough for a one-page, edit by the user, most likely not needed, but needed
  • Personal Area
    • for individuals and legal entities with the storage of personal information,
    • the customer sees what he subscribed to; yuri can download the contract,
    • the manager puts a mark on receipt of payment.

  • card payment

So the main questions are:
  1. What is the most convenient way to implement a personal account (php + mysql) - to be cheap and cheerful.
  2. Will there be problems with the storage of personal data?
  3. Will there be any problems with connecting the payment system? (“Why does your site consist only of index.html, style.css, script.js and lichny_cabinet.php?” :) )

Thank you all in advance.

Answer the question

In order to leave comments, you need to log in

6 answer(s)
C
Chistya_SW, 2013-05-21
@dmlogv

I think you're looking from the wrong angle.
You, as I understand it, need a CMS for an online store. Let it be with 1 service, but still: payment, confirmation of payment, personal account ...
And 1 page with information is just a page with some text. The ability to create pages with content is available in almost all CMS.
And at this angle (CMS for an online store), the choice narrows and becomes more specific. There are many good CMS for simple shops. To advise something specific, you first need to know, do you want a free and paid CMS?

N
Nikita, 2013-05-18
@DVORYAN

Almost any CMS will do, but some of the requirements will have to be completed by you yourself or for $.
Here is a very simple ImageCMS, there is a user panel, but most of the functions will have to be finished.
modx and drupal are also suitable, you can organize everything, but you have to dance with a tambourine for a long time or order.
Joomla from the same opera as above cms.
the question is what do you like more, because in any case you have to finish.
Although, maybe I'm wrong, maybe there are ready-made user cabinet modules with the features you need.

P
pewpew, 2013-05-19
@pewpew

CMS is a content management system. And there is no content. Everything has to be done by hand. And to make it more convenient with your hands, it’s better to take a framework ( Kohana , Yii , Zend ). Better even a microframework for such purposes ( Slim , Fat-free , Silex , FuelPHP , Laravel ).
You can write your own if you want.
There have been enough posts about your microframework .
For example, I’m already finishing my 5th generation bike. And I love it. At work, we use Zend, and for more serious projects, I used Kohana.

A
Anton, 2013-05-19
@conturov

It reminded me how the customer comes and says:
“I need to make a search page like Yandex. There's nothing complicated, just one page.
What you wrote to the user may be seen as one page, but in fact you already have a whole workflow, and even with billing.

G
Grigory Tumakov, 2013-05-18
@VokaMut

1. IMHO it's easier to write it yourself, but you can also cut the CMS to a one-page site, but the first one is more suitable.
2. There will be no problems if they are not stored in an open form.
3. It will be more difficult at the expense of the payment system, although it’s also not a fact ( link 1 , link 2 - I found a couple of options so-so)

A
Alexey Sundukov, 2013-05-19
@alekciy

>Yurik can download the contract
Is there a question about the security of such data? For example, the issue of creating links to such contracts and guaranteeing that only authorized persons can open them? (i.e. the issue of passing/leaking such links).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question