Since I couldn't find a way to Batch Insert in PhalconPHP I started creating a mockup here is my Gist. It's quite messy still and doesn't escape characters for the values, so it's not trustworthy yet. If anyone wants to improve it feel free!
Also, I placed this in my BaseController.php file so it's available to every controller for my pleasure. And suggestions would be appreciated.