0

How do I access _connection::protected using non-object

Mysql Object
(
    [description] => MySQL DBO Driver
    [_baseConfig:protected] => Array
        (
            [persistent] => 1
            [host] => localhost
            [login] => root
            [password] => 
            [database] => cake
            [port] => 3306
            [flags] => Array
                (
                )
        )

    [_connection:protected] => PDO Object
        (
        )
)
Keyur Padalia
  • 1,951
  • 3
  • 27
  • 52

0 Answers0