Cart 0

With the Castle Link, you can use your Windows™ PC to easily program your controller.

1500x450 CASTLE LINK BANNER.jpg

Config.php ⇒ (SIMPLE)

// Database connection settings define('DB_HOST', 'localhost'); define('DB_USERNAME', 'myuser'); define('DB_PASSWORD', 'mypassword'); define('DB_NAME', 'mydatabase');

<?php /** * Configuration file for My Application */ config.php

// Error handling settings define('ERROR_REPORTING', E_ALL); define('LOG_FILE', 'error.log'); // Database connection settings define('DB_HOST'