Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter v4.3.8 and v4.4.0 Released!
#29

I cannot reproduce the error.
I see "<a href="http://localhost:8080/index.php/battle/view/4">here</a>".

PHP Code:
<?php

namespace App\Controllers;

class 
Home extends BaseController
{
    public function index(): string
    
{
        return model('Foo')->replicateBug();
    }




PHP Code:
<?php

namespace App\Models;

use 
CodeIgniter\Model;

class 
Foo extends Model
{
    protected $table 'foo';

    public function replicateBug(): string
    
{
        return anchor('battle/view/4''here');
    }

Reply


Messages In This Thread
RE: CodeIgniter v4.3.8 and v4.4.0 Released! - by kenjis - 09-07-2023, 01:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB