Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: ci4:version 4.4.3 Pagination
Post: RE: ci4:version 4.4.3 Pagination

kenjis Wrote: (11-18-2023, 06:59 PM) -- See https://codeigniter4.github.io/CodeIgniter4/helpers/url_helper.html?highlight=uri_string#uri_string -- Thanks @kenjis, For having put me on the right path...
412 Views
2 Replies
11-19-2023, 03:05 AM
byoosdigital
    Thread: ci4:version 4.4.3 Pagination
Post: ci4:version 4.4.3 Pagination

Hello CI4, I am working on a CI4 application with manual pagination, I have a problem with URL on the following pages, OK http://localhost/1__codeigniter_dev/public/en/blog/1 then the following pag...
412 Views
2 Replies
11-18-2023, 12:33 PM
byoosdigital
    Thread: I found several oddities in CI4.3.3...
Post: I found several oddities in CI4.3.3...

I found several oddities in CI4.3.3... 1) //return redirect()->to('login');//doesn't work replaced by the line below which works fine header("Location:".base_url('login'));//BYOOS_tag exit(); 2...
491 Views
1 Replies
04-26-2023, 11:31 AM
byoosdigital
    Thread: what happen is error with redirect to codeigniter 4.3.3
Post: RE: what happen is error with redirect to codeigni...

byoosdigital Wrote: (04-22-2023, 02:29 AM) -- thjs code under line  working  good header("Location:".base_url('login')); It's  OK //return redirect()->to('login'); header("Location:".base_ur...
3,065 Views
5 Replies
04-24-2023, 09:51 AM
byoosdigital
    Thread: what happen is error with redirect to codeigniter 4.3.3
Post: RE: what happen is error with redirect to codeigni...

thjs code under line  working  good header("Location:".base_url('login'));
3,065 Views
5 Replies
04-22-2023, 02:29 AM
byoosdigital
    Thread: Call to a member function insert() on string
Post: Call to a member function insert() on string

good evening CI4 coders I get this error when running the line $success = $builder->insert($data); I'm looking on the formulas but with no real success can you help me? This array $data into...
595 Views
1 Replies
04-21-2023, 01:09 PM
byoosdigital
    Thread: CI 3.2.0_dev and captcha_helper
Post: CI 3.2.0_dev and captcha_helper

Hi, I use the captcha  on Captchalib.php  library correctif IN  /system/core/captcha_helper.php Severity: 8192 Message: Implicit conversion from float 37.5 to int loses precision Filename: ...
871 Views
0 Replies
12-28-2022, 04:43 AM
byoosdigital
    Thread: CI3.1.13 and PHP 8.2
Post: RE: CI3.1.13 and PHP 8.2

Hello It's OK IN systemcore/Router.php   and   systemcore/Controller.php  add  this code  under defined('BASEPATH') OR exit('No direct script access allowed'); #[AllowDynamicProperties]//PHP 8.2 ...
11,035 Views
6 Replies
12-22-2022, 04:15 AM
byoosdigital
    Thread: CI3.1.13 and PHP 8.2
Post: CI3.1.13 and PHP 8.2

Hello  dev's Problem on codeigniter 3.1.13 A PHP Error was encountered Severity: 8192 Message: Creation of dynamic property CI::$benchmark is deprecated Filename: core/Controller.php L...
11,035 Views
6 Replies
12-19-2022, 03:46 AM
byoosdigital
    Thread: problem form_open
Post: problem form_open

hello dev, I have a problem to retrieve data from a form CI3.1.13 Here is the code. if I am in UPDATE mode it works perfectly in add mode the inputs are empty PS I am blocked, I never had thi...
561 Views
0 Replies
11-28-2022, 01:24 AM
byoosdigital

Theme © iAndrew 2016 - Forum software by © MyBB