When comparing Flight vs Practico Framework, the Slant community recommends Flight for most people. In the question“What are the best PHP frameworks that support PHP 5.3+?” Flight is ranked 9th while Practico Framework is ranked 16th. The most important reason people chose Flight is:
Since Flight uses static methods, it does not require for the application class to be instantiated.
Specs
Ranked in these QuestionsQuestion Ranking
Pros
Pro Uses static methods
Since Flight uses static methods, it does not require for the application class to be instantiated.
Pro Open source
Flight is open source and is released under the MIT license.
Pro Filters
A unique feature of Flight is something that the author calls filters. Filters are functions which can be executed before and after any other function and can change the parameters and the output of said function.
This feature is used instead of hooks which in other frameworks are used to execute code into different parts of the application's life-cycle.
Pro Multilingual
Spanish, English, Indi, French, Portuguese.
Pro Easy to use
It's really easy to install and use. Uncompress like others CMS and go to URL to use it.
Pro OpenSource
Free to use thanks to its GPL v2 License.
Pro 100% Visual development
All the process to develop web or mobile apps is totally visual.
Cons
Con Cannot use ArrayAccess
The fact that it uses static methods means that it's impossible for Flight to make use of ArrayAccess, which in turns means that it cannot inject dependencies easily.