Reputation: 166066
What PHP systems or frameworks have gone 5.3 only, or contain a significant number of features that require/take-advantage of PHP 5.3?
Upvotes: 1
Views: 1388
Reputation: 1078
There's also the Lithium framework, which is quite similar in design to CakePHP
Update: I would also highly recommend that you check out Phalcon
Upvotes: 2
Reputation: 2838
Check out Alloy Framework - It's a new PHP 5.3+ Hierarchal MVC Framework that works a little differently than most other MVC frameworks.
The main differences to other framework projects are primarily:
Read more on the Architecture page of the manual.
The URL Router is also very nice and borrows a lot of concepts from Merb and Rails.
Upvotes: 3