show(); return 0; } /** * Return exit code * * @return int */ public function OnExit() { \wxExit(); return 0; } } // Create the app instance $app = new OpenSQLManager(); // Create platform information object $platform = new \wxPlatformInfo(); // Define the platform for later use define('PLATFORM', $platform->GetOperatingSystemId()); // Start the wx event loop \wxApp::SetInstance($app); \wxEntry(); // End of OpenSQLManager.php