Qcodo是一个适用于敏捷开发基于PHP5采用MVC架构与CRUD代码生成功能的框架。完全面向对象,采用事件驱动处理方式。完全分离代码与HTML页面。QForms与QControl 包提供底层AJAX支持。
Qcodo是一个适用于敏捷开发基于PHP5采用MVC架构与CRUD代码生成功能的框架。完全面向对象,采用事件驱动处理方式。完全分离代码与HTML页面。QForms与QControl 包提供底层AJAX支持。
一直在用MVC模式编程,突然对其中Model层的定义有些疑惑,要说其它两层把,一个负责展现的视图,一个负责流程的控制,清晰明了,但是其中的Model又指的什么呢? 从字面上理解,都称其为模型层,什么是模型?大多数Model的定义就像这样 class User extends Model{ public function add(array $user) { // 新增代码 } public function delete($id) ... } Model难道...
转载自:http://my.oschina.net/u/617889/blog/86688 This is a list of free and open source software packages: computer software licensed under free software licenses andopen source licenses. Software that fits the Free Software Definition may be more appropriately called free software; theGNU project in particular objects to their works being referred to as open source.[1] For more information ab...
评论 (0)