Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: public function __construct()
Post: RE: public function __construct()

I hope this work for you. CodeIgniter v3.x PHP Code: -- class Home extends CI_Controller {     public function __construct()     {         parent::__construct();                 $this->load->model(...
526 Views
4 Replies
01-16-2024, 01:08 PM
adimancifi
    Thread: Grouping routes with multiple filters
Post: RE: Grouping routes with multiple filters

already edited. just in this post I forgot the comma. So, even if i put the comma still not work.
721 Views
4 Replies
01-13-2024, 06:49 AM
adimancifi
    Thread: Grouping routes with multiple filters
Post: Grouping routes with multiple filters

Hi all. I use Codeigniter v4.4.4 PHP 8.3.1. and i have problem with grouping routes multiple filters. PHP Code: -- $routes->group('toko', [         'namespace' => 'Admin\Controllers',         'filte...
721 Views
4 Replies
01-12-2024, 09:40 PM
adimancifi
  Heart Thread: Error view exception is not showing the source code in PHP8.3 - Codeigniter v4.4.4
Post: RE: Error view exception is not showing the source...

kenjis Wrote: (01-07-2024, 07:40 PM) -- This bug has been fixed in develop branch. https://github.com/codeigniter4/CodeIgniter4/pull/8401 And will be fixed in v4.4.5. -- Great job.  so, when ...
681 Views
6 Replies
01-07-2024, 08:42 PM
adimancifi
    Thread: Error view exception is not showing the source code in PHP8.3 - Codeigniter v4.4.4
Post: RE: Error view exception is not showing the source...

yes, line 185 and 186. I disabled it before, but when I back to PHP 7 or 8.1 it become empty again because PHP versions lower than 8.3.0 require those two lines of code. So, I check the PHP version f...
681 Views
6 Replies
01-07-2024, 07:12 PM
adimancifi
    Thread: Error view exception is not showing the source code in PHP8.3 - Codeigniter v4.4.4
Post: Error view exception is not showing the source cod...

I have problem here, when I run PHP 8.3 the error view like this : https://i.ibb.co/6J5SbGS/Screenshot-3.jpg File : vendor\codeigniter4\framework\system\Debug\BaseExceptionHandler.php Lin...
681 Views
6 Replies
01-04-2024, 07:00 AM
adimancifi
    Thread: Update data with (,) using is_unique is not work. Codeigniter v.4.4.3
Post: Update data with (,) using is_unique is not work. ...

Hi all. I have problem with is_unique feature. I want to update data using is_unique feature but when I submit with the same data with comma it's make error "Title field must contain a unique value."...
333 Views
1 Replies
12-13-2023, 04:18 AM
adimancifi

Theme © iAndrew 2016 - Forum software by © MyBB