Welcome Guest, Not a member yet? Register   Sign In
APP_NAMESPACE do nothing..
#11

(This post was last modified: 07-01-2016, 12:10 PM by titounnes.)

Hi
My Controller in directories like theese
Application
  Controllers
    Blog
      Blog.php

I can not acces my controller 
<?php

namespace App\Controllers\Blog;
class Blog extends \CodeIgniter\Controller
{

}


My Solution:
Replacing namespace App\Controllers\Blog; with namespace Blog;
Reply
#12

(This post was last modified: 07-01-2016, 03:11 PM by arma7x.)

(07-01-2016, 12:00 PM)titounnes Wrote: Hi
My Controller in directories like theese
Application
  Controllers
    Blog
      Blog.php

I can not acces my controller 
<?php

namespace App\Controllers\Blog;
class Blog extends \CodeIgniter\Controller
{

}


My Solution:
Replacing namespace App\Controllers\Blog; with namespace Blog;

namespace App\Controllers\Blog; should added into php file inside Blog folder and for Blog.php add namespace App\Controllers;
Keep calm.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB