Login   Register  
PHP Classes
elePHPant
Icontem

File: config.php

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of atabak hosein nia  >  Ah MySQLi  >  config.php  >  Download  
File: config.php
Role: Example script
Content type: text/plain
Description: database connection information
Class: Ah MySQLi
Execute common MySQL queries using MySQLi
Author: By
Last change: change variable name (ah_portal)
Date: 2014-01-31 09:33
Size: 288 bytes
 

Contents

Class file image Download
<?php

$_ah_config 
= array(
     
$_ah_config['mysql']['host'] = 'mysqli host'# 127.0.0.1 or localhost
     
$_ah_config['mysql']['user'] = 'mysqli user name'
     
$_ah_config['mysql']['pass'] = 'mysqli password'
     
$_ah_config['mysql']['db']   = 'mysqli databaes name'
)
?>