main | downloads | documentation | comunity | about lionframework  
Jul - 12 First release candidate in two months

We are working hardly to deliver what we are going to label as a release candidate, the first stable and ready to production version of the lion framework.
It will be released within the next two months.

Apr - 03 Lion framework 1.1, released!

Wow neng! The planned roadmap for Lion framework 1.1 has been completed successfully.
Now it's time to freeze and stabilize current version before going to the next level.

Feb - 05 Lion framework wiki, now available

This wiki is the best place to maintain help topics, follow the roadmap, report bugs, ...
Take a look at this address.


Latest on version 1.1.120 beta:

- Fixed: DataCollector component as a non-poolable component.
- Fixed: Model service to be able to also reference context instances (see the model documentation)
- Documentation: Added more documentation regarding the model, the lion architecture and type of components



 See complete changelog

Version 1.1.120 beta
Date 2008/07/21
Changelist 1329
Install lion framework and
bootstrap a new project in
5 minutes...
Online documentation
Practical tutorials
Comunity forum

The framework

Lion is an open source framework for creating rich web applications in PHP.

From the architecture point of view, Lion is organized by context containers representing applications, being one of the most valuable benefits his IoC capability, a spring-style based dependency injection which let the framework work out the complexities of service instantiation, initialization and sequencing. It supplies service references to clients as required.

In the other hand, Lion introduces a Dual-MVC by combining 2 different approaches together:

  1. The push-style MVC, which is the classic design pattern which decouples data access and business logic (model) from presentation layer (view) by introducing an intermediate component: the controller.
  2. The pull-style MVC, also known as component based, where the view is able to "pull" data from multiple controllers as needed. This approach eases the creation of rich web user interfaces.

Read the overview section for more information regarding benefits of ussing Lion framework.

Lion framework is released under the MIT license terms.


Copyright (c) 2008, www.lionframework.org