查看文章 |
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 |
最近读者:
.