Idiomr Basi conect
ORM::configure([ 'connection_string' => 'mysql:host=localhost;dbname=tester', 'username' => 'root', 'password' => '1234' ]); ORM::configure('driver_options', array(PDO::MYSQL_ATTR_INIT_COMMAND => 'SET NAMES utf8'));