Skip to content

Commit

Permalink
added comment about not MVC
Browse files Browse the repository at this point in the history
  • Loading branch information
seanhess committed Oct 20, 2009
1 parent bceb07f commit 1dc73b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@

Zero is a new way to approach Dependency Injection in Actionscript. Instead of using interfaces, you create lightweight objects that work as a gateway to the rest of the system. Zero allows you to attach functionality to interfaces with ultimate flexibility.

Zero is _not_ an MVC framework. It is a set of tools that would work with _any_ pattern, including MVC. See the [FAQ][faq] for more information.

* [Use Cases][usecases]
* [Examples][examples]
* [FAQ][faq]


### Why Zero?

After reading through the entire introduction, visit the [Use Cases Page][usecases] to see how Zero solves these problems.
Expand Down

0 comments on commit 1dc73b6

Please sign in to comment.