如何使用codeigniter进行应用程序
我是 codeigniter 的新手,但我想创建一个类似于 http://redbeacon.com 或 http://thumbtack.com。
创建类似上述网站的最佳方法是什么?是否有任何开源应用程序可以用作框架?即使是有关创建这样的网站的教程也很棒!
太感谢了!
I'm new to codeigniter but I wanted to create an application like that of http://redbeacon.com or http://thumbtack.com.
What is the best approach to go about creating a site like one of the above and is there any open source application I can use as a skeleton? Even a tutorial on creating a site like that would be great!
Thank you so much!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我怀疑是否有任何特定的开源解决方案可以解决您的特定问题,因此我想说您将不得不从头开始创建该网站的大部分内容。也就是说,前提是您已经对 PHP 有很好的了解。
如果没有,那么我建议从一些 优秀的 php 开发书籍开始这将教您 PHP 的基础知识。
对于学习 CodeIgniter 你很幸运。 CodeIgniter 最好的部分之一是它有非常详细的文档。
I doubt there are any specific open source solutions to your particular problem so I would say that you're going to have to create most of the site from scratch. That is, provided you have a good knowledge of PHP already.
If not, then I would suggest starting with some good php development books that will teach you the fundamentals of PHP.
For learning CodeIgniter you're quite lucky. One of the best parts about CodeIgniter is that it is very well documented.
为了获得最快的启动时间,我会仔细研究Expression Engine。它是一个基于 CodeIgniter 的商业 Web 发布工具 - 因此您可以获得 CI 的所有功能,但使用起来更加方便。您可以使用 EE 制作几乎任何类型的网站/网络应用程序:showcase。
For the quickest ramp up time I would take a hard look at Expression Engine. It is a commercial web publish tool that is based on CodeIgniter - so you get all the power of CI but with much greater ease of use. You can make pretty much any kind of site/web app with EE: showcase.