Propel runtime conf


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <?php
  2. // This file generated by Propel 1.5.2 convert-conf target
  3. // from XML runtime conf file /root/runtime-conf.xml
  4. $conf = array (
  5. 'datasources' =>
  6. 'acesbook' =>
  7. 'adapter' => 'mysql',
  8. 'connection' =>
  9. 'dsn' => 'mysql:host=127.0.0.1;port=6446;dbname=base',
  10. 'user' => 'root',
  11. 'password' => '',
  12. 'settings' =>
  13. 'queries' => 'SET NAMES utf8'
  14. ),
  15. ),
  16.  
  17. ),
  18. 'default' => 'acesbook',
  19. ),
  20. 'generator_version' => '1.5.2',
  21. );
  22. $conf['classmap'] = include('classmap-acesbook-conf.php');
  23. return $conf;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.