HaQuery
Web framework written on HaXe with php and js target.
You may also be interested in the
PhpToHaxe
tool.
Installation
Documentation
Issues
Source codes
PhpToHaxe - tool for helping use php from haxe
Code to code
Code to extern
PhpDoc methods
PhpDoc consts
Source PHP code to convert
class Test { /** * This is variable. * @var string */ public $pub; private $priv; /** * Create child component. * @param MyClass $tag Tag is a short name. * @param string $id * @return SyqComponent */ function create(MyClass $tag,$id) { $s = substr($id, 3); } private function innerFunc() { $b = 10; } }
Result HaXe code