定制平面文件“CMS”关于标准的问题
我正在开发一个简单的自定义“cms” - 这是为一所学校提供的,该学校需要一个易于管理的网站供学生编辑等。因此我不使用 wordpress 和其他预构建的 cms 系统。
我的项目进行了大约几周,我已经设置好了系统 - 但它变得混乱和笨重。有人可以帮助我了解如何为我的系统设置模块化设计吗?
到目前为止,我有:
上传系统(根据文件类型上传到目录) 页面加载器(将设置的页面加载到框架中) 用户芒。 (授权访问系统和页面)
我真正需要的是一个如何设置这一切的想法,也许还有一个演示 - 如果有人可以向我提供这些信息,那就太好了。否则我就继续寻找。
干杯,凯兰
I'm working on a simple custom "cms" - this is for a school that needs an easy to manage website for students to edit etc. Therefore I'm not using wordpress and other pre-built cms systems.
I'm about a few weeks into the project and I've got the system set up - however it's getting messy and bulky. Can someone help me understand how to set up a modular design to my system.
So far I have:
Upload system (Uploads into directories based on file type)
Page loader (Loads set pages into the framework)
User Mang. (Authorises access to systems and pages)
All I really need is an idea how to set this all up and maybe a demo - if someone can supply me with this info that would be great. Otherwise I'll just keep looking.
Cheers, Keiran
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试阅读一些教程。他们将为简单的 CMS 提供更好的想法。
http://css-tricks.com/php- for-beginners-building-your-first-simple-cms/
http://www.intranetjournal.com/php-cms/" Intranetjournal.com/php-cms/
http://articles.sitepoint.com /article/management-system-php
我希望这有帮助。
Try reading some tutorials out there. They will give a better idea for a simple CMS.
http://css-tricks.com/php-for-beginners-building-your-first-simple-cms/
http://www.intranetjournal.com/php-cms/
http://articles.sitepoint.com/article/management-system-php
I hope this helps.