hi Fuel developer,
can u explain to me, why Fuel Source Code is very similar to kohana 3.2 ??
or it just coincidence...
one of the different is,
in Fuel, namespace is native, in kohana namespace behavior is handle by core, so Kohana can use Old PHP 5.2.x..
Correct me if i wrong
otherwise,
Kohana is my favorite framework, and Fuel maybe my Fave too, because its similar
Fuel shares a few things in common with Kohana such as the the cascading file system, template a view code, but they have too been changed. We have a REST controller, but it is 100% different - based on my CodeIgniter library. The cascading file system has been re-written and improved, not just to support namespaces but we have removed the need for a lot of the empty files/classes that Kohana required to alias its class names.
Fuel only appears to be a Kohana port if you spend about 5 seconds looking at the file structure. Get into the docs, watch our videos, etc and you will see that it is not just "Kohana for 5.3" but it does follow some of their ideas.
I always describe Fuel to people as the best bits of CodeIgniter, Kohana and Rails rewritten with some awesome new ideas mixed in.
Also, http://stackoverflow.com/questions/4771526/fuel-codeigniter-or-kohana-3