一些 PHP 开发框架和资源

来源:互联网 发布:nba球星体测数据大全 编辑:程序博客网 时间:2024/05/11 23:35

php 开发框架

Zend Framework – I use this most of the time. Zend is big and , but in my experience it has run pretty well. Great library of useful classes.

zend是我最常用的开发框架,它巨大而强大。

CakePHP – I’ve done some small projects in CakePHP and it is a good lightweight framework. The form handling in particular stands out as an elegant and light solution.

我使用CakePHP开发过一些项目,它相对来说是个轻量级的框架。它的表单处理像大象(暗喻Zend)一样强大却没有大象的体重

Symfony – I haven’t used this much but it is very popular.

另一个流行的框架。

Yii – Yii is a fairly new PHP framework that has been winning many new users. I’ve heard good things about Yii!

Yii是一个较新的框架并且获得了很多开发者的青睐,我也听到一些关于它的赞扬!

WordPress

WordPress – A little CMS that you may have heard of. It’s gone from blog platform to incredibly flexible CMS in the last few years. One of the only things I don’t like about WordPress is the way the php is mixed in with HTML. I would love to see a more template-driven, reuse-friendly approach.

你可能早就听说过wordpress,它从一个博客系统不可思议的进化成一个小型CMS系统在最近的几年。不过,我并不太喜欢它把html和php代码混在一起的风格,我更趋向于模板化,重用性比较高的开发方法。

WooCommerce – great cart plugin for wordpress. The basic plugin is free; Woo charges for premium add-ons like support for regional and niche payment gateways, themes, and advanced shopping cart features like dynamic pricing.

                    这是一个很好的WP购物车插件。插件本身是免费的,但它向其下的一些扩展收费,比如支付插件,插件主题,高级购物车等。

Reference and Answers

PHP 参考库

PHP manual – essential reference for anyone writing PHP.

PHP官方手册

stackoverflow – the PHP tag on stackoverflow is a useful resource and a great palce to get your questions answered.

这个网站是一个查找问题答案或者提问的绝佳地点!

Apache docs – all PHP programmers should know how to write .htaccess files and use them to do neat stuff. The Apache docs are an essential resource.

每一个PHP程序员应该知道怎么写 htaccess文件。

Other tools

其他一些工具

Sublime Text – great editor for Mac and Windows.

超赞的代码编辑器。

MAMP – for Mac development machines

Mac平台上的PHP开发环境

Uniform Server – for Windows PHP development

Windows平台上的PHP开发环境。

Hosting and other web resources

服务器和其他web资源

BlueHost – Great for small to medium sites and one-off projects. Good prices on domain + hosting packages.

MediaTemple – great hosting. The managed and developer dv packages are great if you want to run several sites (and what developer doesn’t?)

Gandi – good quality registrar for domain names.

Other stuff I’ve written

What’s the best text editor on the Mac? – this was written with web development in mind so it is quite relevant.

原创粉丝点击