| Projects on Google Code | Results 1 - 10 of 1177 |
* ToyPHP的由来,ToyPHP还不能称之为一个框架,我们可以把它成为一个脚手架,说起他的由来还得从去年说起,去年为了一个网站的开发,参考了网上的一些例子构建了一个脚手架.随着对项目的构建和维护中,发现了很多的不足,在开发和维护中也随时对他修改.但是过了一断时间之后又回头看得时候就萌生了对它进行改进的想法,于是在今年三月份,利用业余时间把它从以前的网站项目里分离了出来.起初只是想把它改的通用一点能供我开发下一个项目使用,但是随着改进的深入对他的结构和代码的调整就越来越大,对整个设计推倒重来了多次.现在看来已和它的初版是两个完全不同的样子了.
* ToyPHP的理念,Toy...
*Open Publisher is a modular designed Content Management System. It is build on the top of a core MVC (model view controller) architecture calling “JAPA”. Open Publisher consists of a couple of modules.*
==Motivation==
There are many ready to use systems which all have more or less weak points...
O proprósito do projeto *Belerofonte* é desenvolver um framework MVC como *WebWork* e *VRaptor* com suporte a interfaces RIA.
<br>
<br>
Na sua primeira versão ele trará os seguintes recursos:
<br>
<li>Configuração por anotação ou por arquivo XML, ambos coexistindo para mais flexibilidade;
...
=A zero config web development framework=
==How to use it==
===step1===
<div>
open your vs.net and create a web project or a web site,add the webapp.dll in you site
</div>
<img src="http://www.pandaabc.com/step1.jpg" />
===step2===
<div>
Edit the web.config file,add Siteroot setting a...
Qindi is designed out of necessity for a simple MVC framework for database driven web application development. Qindi brings two powerful technologies together - [http://www.java.com Java] and [http://www.dojotoolkit.org Dojo Javascript Toolkit].
Go right ahead to the [Home documentation page].
...
Yet another MVC framework for Flex/AIR that is a pun on the gemvc. This one depends on the [http://code.google.com/p/as3plist/ as3plist] library to use a plist file as an app config file and pre-loads SOAP services providing a single !ServiceManager class to route all SOAP service calls through.
...
Why write another one? Well, everyone has their own style of coding, and mine happens to be a lot lighter-weight than most of what I could find. I tend to like to leave things like user authentication, templating etc to their respective tools, and just write simple code that can use whatever you w...
I wanted an easy way to rapidly start new projects without the bloat or lack of PHP5 OO goodness. Thus this framework was born. I don't expect it to compete with Zend or CakePHP or Symphony, but thought other dev's might find it useful.
It is a basic MVC framework which borrows concepts which a...
There are a lot of web framework out there for java, so what its the problem now ?? why need another framework.
The Reason :
# Most of them bulk and not easy to use.
# Not lightweight for agile development.
# Hard to learn for newbie.
===`CoreAPI-WebKits`===
it is a lightweight we...
The Micro Mvc Framework is a concise set of classes that is designed to provide the benifites of the Model, View, Controller design pattern. The framework's driving principles were to:
Minimize the View. Make it more Classic ASP like
* Separate the Data from the View
* Move the brains of th...