Recently, I have been watching Haxe to create an application for deploying to Apache running under PHP. Well, although it seems like this might satisfy my needs (deploying in PHP, but not using a terrible language), I did not find anything that could make actual application development easier than creating a traditional application other than PHP MVC. Are there any tools / framework that I am missing that would be helpful?
It would be nice if it were MVC, and I would definitely like to use the easy way to use nice URLS, although I could agree to the mod_rewrite rules if necessary.
Edit: The idea is not to use something like CakePHP at the end of PHP, but instead to use something like CakePHP at the end of Haxe.
php web-frameworks haxe
apg
source share