When submitting an php line like
$connection=mysql_connect($mysqlhost, $mysqluser, mysqlpwd) or die("Connection failed");
through phpStylist it becomes
$connection=mysql_connect($mysqlhost, $mysqluser, $mysqlpwd)ordie("Verbindungsversuch fehlgeschlagen");
http://de.php.net/manual/de/function.die.php.
Format, beautify and standardize your php code with a comprehensive set of 34 options. Now with seamless PSPad integration and command line mode for batch processing.
Format, beautify and standardize your php code with a comprehensive set of 34 options. A single 50Kb file that will highly improve the quality of your code.