struggling to figure out why I am getting “null”

So this is my class file
———————-

PHP:

<?php

 

Class Config {

 

private static $_config_array = array(

   ‘dbhost’ => ‘localhost’,

   ‘dbname’ => ‘practice’,

   ‘dbuser’ => ‘root’,

   ‘dbpass’ => ‘mysql’

   );

 

public […]

See original post by lazerorca

Leave a Reply