百度首页 | 百度空间
 
查看文章
 
A very simple and light ASP framework
2007年10月11日 星期四 18:57
Nowadays, A number of MVC(model/view/controller) frameworks for PHP have appeared. But sometimes we need to develop some applications with ASP in our company.

I looked around for a framework for ASP, but it is very disappointing and I couldn't find anything. I decided to write my own framework for ASP.

I think that it is a very simple, little and light framework and I have no idea whether this framework is a MVC framework. In fact, I just work for it in a few days and I don't want spent too much time on it .

The basic idea:

The basic idea is that you create model objects in the Model directory, you create view pages in the View directory, and you link them together with a controller objects in the controller directory.

In addtion, I write a few common class for the foundation of the framework such as Db, Exception, Cache, Lang, View, Router, Session and so on.

P.S
Project download: http://code.google.com/p/kissaspframework/
Project discussion: http://groups.google.com/group/KissAspFramework

类别:Serverside | 添加到搜藏 | 浏览() | 评论 (2)
 
最近读者:
 
网友评论:
1
2008年06月21日 星期六 15:30
KAF is a nice and light framework for ASP .
i want to use this framework in my project.
 
2
2008年06月22日 星期日 22:00
Just a toy :).
 
发表评论:
姓 名:
网址或邮箱: (选填)
内 容:
验证码:
 

     

©2008 Baidu