05-02-2019, 01:44 AM
I have currently the same problem but for whatever reason i won't work 
Any idea?
![[Image: ci4.png]](https://i.ibb.co/ZzsPXNC/ci4.png)

Any idea?
![[Image: ci4.png]](https://i.ibb.co/ZzsPXNC/ci4.png)
PHP Code:
<?php
namespace App\Controllers\products;
use CodeIgniter\Controller;
class Shoes extends Controller
{
public function index()
{
}
public function test()
{
echo "test";
}
}