0

我是一名高级 .NET/C# 开发人员,我想在 Wordpress 中开始一个私人项目。我的 PHP 经验真的过时了(10 岁),我真的很困惑:如何开始?

使用我的(不存在的)PHP 3.x 或 4.x 知识会很蹩脚,但我不知道从哪里开始。

那么2012 年的 Wordpress/PHP对于高级但不是高级 php 开发人员意味着什么?

我找到了一些起点,你在想什么?

http://www.sitepoint.com/whats-new-php-5-3/

http://codex.wordpress.org/Site_Design_and_Layout

请帮助我更改和扩展此列表。谢谢你。

4

1 回答 1

0

My suggestion is that you start with fiddling with the twenty eleven template.

the beautiful thing about wordpress functions is that they are all logically named. if you don't know what a function does just look if up in the codex and experiment with the results.

wordpress has its own api so your experience is still good. you just have to know basics as foreach, variable types, functions and classes.

Them just experiment away. That is the quickest easy to learn.

于 2012-07-21T13:09:32.317 回答