Comment subscription is working now :)
Handy feature, thanks for sharing it :)
Perfect. You should add the HOST in the $config array and use -h on the mysql's commands. Thats because my server doesnt support for "localhost". $config = array( 'username' => '', 'password' => '', 'database' => '', 'host' => sfConfig::get("app_db_host") ); I didnt test it yet. What do you think? Do you know if its possible to call sfConfig::get method? Thats my suggestion. Pedro
$config = array( 'username' => '', 'password' => '', 'database' => '', 'host' => sfConfig::get("app_db_host") );
[quote][/quote] and [code][/code] are allowed.To claim your identity and comment faster, please login or register at commentHub.com
Comment subscription is working now :)
Handy feature, thanks for sharing it :)
Perfect.
You should add the HOST in the $config array and use -h on the mysql's commands. Thats because my server doesnt support for "localhost".
$config = array(
'username' => '',
'password' => '',
'database' => '',
'host' => sfConfig::get("app_db_host")
);
I didnt test it yet. What do you think? Do you know if its possible to call sfConfig::get method?
Thats my suggestion.
Pedro