- 授权协议: MIT
- 开发语言: PHP
- 操作系统: 跨平台
- 软件首页: https://github.com/daijie/Nature.phar
- 软件文档: https://github.com/daijie/Nature.phar
软件介绍
什么是 Nature
简单的 PHP 基础库就像自然环境,规则简单而自然。
A simple JSON example:
require 'Nature.phar';
class index extends Nature\Controller
{
function get()
{
return ["msg"=>"Hello World"];
}
}displays:
{"msg":"Hello World"}
Learning Web Design
Jennifer Niederst Robbins / O'Reilly Media / 2007-6-15 / USD 44.99
Since the last edition of this book appeared three years ago, there has been a major climate change with regard to web standards. Designers are no longer using (X)HTML as a design tool, but as a means......一起来看看 《Learning Web Design》 这本书的介绍吧!
