Just think of namespaces as folders ( Directories )
app
.... Config
.... Controllers
Blaasvaer <--------- ( namespace is - Blaasvaer ) ( Your namespace should be your name or company name )
.... Config <------- ( namespace is - Blaasvaer\Config )
.... Controllers <-- ( namespace is - Blaasvaer\Controllers )
It's not hard to learn namespaces just think of them as folders.
Read this may help you to understand it better.
Complete Guide to PHP Namespaces
app
.... Config
.... Controllers
Blaasvaer <--------- ( namespace is - Blaasvaer ) ( Your namespace should be your name or company name )
.... Config <------- ( namespace is - Blaasvaer\Config )
.... Controllers <-- ( namespace is - Blaasvaer\Controllers )
It's not hard to learn namespaces just think of them as folders.
Read this may help you to understand it better.
Complete Guide to PHP Namespaces
What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )