#!/usr/bin/env php show(); return 0; } /** * Return exit code * * @return int */ public function OnExit() { return 0; } } // Create the main window $app = new OpenSQLManager(); // Start the wx event loop \wxApp::SetInstance($app); \wxEntry(); // End of OpenSQLManager.php