I wrote a program many years ago. It took several years to improve on dedecms.
For the following reasons, I want to completely reconstruct the program:
1)dede本身極容易被注入,雖后來(lái)徹底放棄自帶模板,使用原生PHP。但漏洞補(bǔ)不完
2)dedecms未使用命名空間,不是MVC框架
3)數(shù)據(jù)庫(kù)基本上全部都改了,已經(jīng)不是dede。
4)程序很多功能維護(hù)擴(kuò)展起來(lái)不方便,過(guò)程式。
5)有很多業(yè)務(wù)邏輯都是錯(cuò)誤的
6)練手PHP,用上redis、memcached、https、分發(fā)
……
A lot of problems, now ready to reconstruct.
Use thinkphp3.2.x + bootstrap + jquery.
But encountered a bottleneck:
1)最大的瓶頸,界面。
不會(huì)設(shè)計(jì)不會(huì)PS,一開(kāi)始打算用bootstrap來(lái)做界面,但是做了幾種方案都覺(jué)得實(shí)在是太丑了。
根本就不像一個(gè)網(wǎng)站,太簡(jiǎn)陋了,用戶不愿意看的??吹浇缑婧艹笞约阂矝](méi)有多少心思做。
2)管理員后臺(tái)界面。
最為頭大的,界面是最頭大的,網(wǎng)上搜索的界面真的加進(jìn)去根本就用不了,太費(fèi)時(shí)間了。
3)沒(méi)有時(shí)間,工作太忙,時(shí)間零碎。
系統(tǒng)的功能比較多,會(huì)員注冊(cè)登錄退出,積分扣除,邀請(qǐng)注冊(cè),封禁,通知。統(tǒng)計(jì)…
每天回來(lái)就已經(jīng)很晚了,真的很累。一直想重構(gòu),但是第二天還要上班。
How to overcome these problems.
Time is short, how to complete the revision quickly. The biggest problem is the interface, the backend interface.
I plan to use this as a backstage, but it’s really too monotonous.
http://v3.bootcss.com/examples/dashboard/
I feel like the poster最大的問(wèn)題
is not on the interface.
I am also working on a blog these days, based on YII2
,同樣不是美工,同樣要上班,每天下班回來(lái)只能寫(xiě)一個(gè)小時(shí)(還有一個(gè)小時(shí)吃飯,半個(gè)小時(shí)逛逛技術(shù)網(wǎng)站,比如segmentfault
La), and I have more time on weekends.
The registration, points, and bans you mentioned feel like they can be completed very quickly.
In addition, since the original poster uses bootstrap
、jquery
,建議使用YII2
, the framework integrates these two!
Seeing that your biggest problem is UI design, I suggest you go to a foreign theme website to buy a paid theme, the effect will be much better.
For example:
https://wrapbootstrap.com/
http://www.getwebtemplates.com/web-design-templates/
How to quickly overcome these problems
Answer: Spend money to find someone
Simple and not very popular, usually CI+bootstrap+jquery can be done.