要使用Wordpress开发Web应用程序? [英] To use Wordpress for developing a web application?

查看:165
本文介绍了要使用Wordpress开发Web应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我打算开发一个网络应用程序,它将有许多静态页面(关于,帮助,联系人等)和其他动态页面的应用程序。

I'm planning to develop a web application which will have many static pages (about, help, contact...etc) and other dynamic pages for the application.

大多数时候我使用CakePHP开发任何我的应用程序,但对于这个项目,我一直在考虑使用Wordpress作为我的应用程序的框架,原因是因为wordpress将很容易创建静态页面(易于写入静态页面内容),并且因为在wordpress中的用户注册已经存在(我不必构建它)

Most of the time I use CakePHP to develop any of my application but for this project I have being thinking about using Wordpress as a framework for my application, the reason is because wordpress will be easy to create the static pages (easy to write the static pages contents) and because the user registration in wordpress already exists (I don't have to build it)

但另一方面,cakephp对我来说很容易,我将专注于建立我的应用程序,而不是学习一个新的框架。

but on other hand, cakephp is easy for me and I will be focusing in building my application not learning a new framework.

让我知道你怎么看?我应该使用wordpress作为我的应用程序的核心或使用cakephp?

let me know what do you think ? should I use wordpress as the core of my application or to use cakephp ?

PS:我的应用程序将主要是一个搜索引擎使用Sphinx在数据库中查找大数据,

PS: my application will be mainly a search engine using Sphinx to lookup large data in a database and display the result for the users and some other easy php (dynamic) pages.

推荐答案

要考虑的一个选项是设置WordPress到提供您的静态网页(以避免花费时间为此内容重新实施CMS),并使用CakePHP开发您正在构建的核心动态应用程序。

One option to consider is setting up WordPress to serve your static pages (to avoid spending time reimplementing a CMS for this content) and using CakePHP to develop the dynamic app that is the core of what you're building

您然后可以将它们托管在同一个域下,如果您为WordPress和CakPHP设置相同的页面结构/ CSS,那么它应该与用户无缝。

You can then host them under the same domain, and if you setup the same page structure / CSS for both WordPress and CakPHP then it should be seamless to users.

我有一个网站运行WordPress的内容管理和PHPBB的论坛,两者风格看起来一样:

A similar example I have is a site running WordPress for content management, and PHPBB for a forum, both styled to look the same:


  • WordPress section
  • PHPBB section

这意味着你必须维护2页主题(CSS& HTML),并保持它们彼此一致,但确实给予WordPress的优势,管理静态内容(关于页面)和时间内容(新闻文章),低时间/努力的投资,允许更多的时间

This does mean you have to maintain 2 page themes (CSS & HTML) and keep them in line with each other, but does give the advantage of playing to WordPress's strengths of managing static content (about pages) and also time based content (news articles) with a low time / effort investment, allowing you more time to concentrate on playing to CakePHPs strengths for your dynamic application that is the core of what you're building.

如果你大多使用WordPress,因为它没有做太多的自定义/开发,你应该能够很快地运行它的低学习曲线,让你有时间专注于你的核心应用程序。

If you mostly use WordPress as it comes without doing much customisation / development, you should be able to get it running pretty quickly with a low learning curve, allowing you time to concentrate on your core application.

这篇关于要使用Wordpress开发Web应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆