Zephyr 是一个 MVC (model-vIEw-controller) 框架,支持业务逻辑和表现层的分离,后端使用非常成熟的库。

示例代码:

//home.class.PHP
class home implements action
{
	public $params;	
	public Function execute()
	{
		return array("view_file"=hello");
	}
	
	public function get_view()
	{
		
	}
}
?>
Zephyr Kernel v1.0.0 发布,实时操作系统
来自 Linux 基金会的实时操作系统 Zephyr 发布了 1.0 内核。Zephyr 内核提供的功能包括:Single address-space OS. Combines application-specific code with a custom kernel to create a monolithic image that gets loaded and executed on a system’s hardware. Both the application code and kernel code execute

发布于 2016-02-19 00:58:18 | 141 次阅读


Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务