Quinoa Framework is a web application framework written in PHP that follows the MVC architectural pattern. Quinoa is an open source project released under the new BSD License.
Philosophy
The idea behind Quinoa is that developers should write fresh code only. All the basic features should already be written as he sits to start a new project. The emphasis is on getting things done. Quinoa offers a high level
abstraction in its
data layer, but it keeps the possibility open for diving into a lower level.
See also
External links