HerikLyma / CPPWebFramework

​The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
MIT License
447 stars 119 forks source link

How can I use it as a simplest CMS? #8

Closed shujaatak closed 5 years ago

shujaatak commented 6 years ago

Excuse me if this question feels too much newbie to you, what I want to do is to make CPPWebFramework to work as a simple CMS. Just having a functionality to post articles and surf them. Can you please give me some hints how to do this or upload an example which may demonstrate CMS functionality please?

shujaatak commented 6 years ago

As I have never programmed a CMS myself so I don't know how the articles will be fetched from Database. I don't know how a link will be resolved to some data inside database. I am also confused that when the user will click on a link in the web page for example http://localhost:8080/this-is-article-heading then how I will server find the article with heading "this is article heading"? Would I need to search articles in the database using heading? If this does not make sense to you then please excuse me for this nonsense. Actually I am confused so I don't know how to phrase the question.

kirtcathey commented 6 years ago

This is not CMS software... as clearly stated on the web site.

HerikLyma commented 5 years ago

Hello shujaatak, the CWF is not a CMS software.

Thank you.