N
N
neodekvat092015-04-27 17:26:41
PHP
neodekvat09, 2015-04-27 17:26:41

How to write cms for this (screenshot)?

Hello, I apologize in advance for the lamerism.
Lately, I've been wanting to write something like a blog. But at the same time, I had no experience in writing a content management system, although I seem to have basic knowledge of php, but I can’t even imagine, and in general I studied it only for show, so we can say that there is no knowledge at all.
To the very core of the issue. Can anyone help, throw off something like a manual, a tutorial on how to write a simple serv. logic to this "blog". The template is attached (I sat on the layout for a couple of tens of minutes).
Help make my little dream come true :`(
2001ee080d064b6d89dedfa4ed88eae0.png

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Dmitry Solomakin, 2015-04-27
@neodekvat09

neodekvat09 Look for like-minded people, start with geek communities, here's your first fishing rod: https://vk.com/kl10tch

O
Optimus, 2015-04-27
Pyan @marrk2

Let's first learn if else from video tutorials, then how to create a mysql database, then how to establish a connection to the database. Enter the data manually. Then it will remain to learn a little cycles and then everything will be drawn in your head how to do such a thing. And now you don’t know how to hold a scalpel, and you ask us how to transplant a heart.

A
acspro, 2015-04-27
@acspro

Generally simple. The simplest solution is written in php. On pure php without frameworks. The logic is simple - in fact, only you will have adding to the database, deleting and withdrawing from the database. You can use session or cookies as authorization. It is enough to make two tables - users and posts

D
Dmitry Baibukhtin, 2015-04-27
@PiloTeZ

I would recommend learning what a framework is and learning how to write on it, this will help you write better code and learn a lot about programming.
Try to write a blog in Yii 1 according to the instructions www.yiiframework.ru/doc/blog/ru/start.overview When you understand what's what, try Yii 2, it's better and newer.
If you still don't want frameworks, then
ruseller.com/lessons.php?id=1582&rub=37

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question