Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: how to edit custom pagination 4.3.2 like this
Post: RE: how to edit custom pagination 4.3.2 like this

InsiteFX Wrote: (03-04-2023, 12:32 AM) -- Please Read: CodeIgniter 4 User Guide - Library Reference - Pagination - Customizing the Links (https://codeigniter.com/user_guide/libraries/pagination.ht...
812 Views
2 Replies
03-23-2023, 01:31 AM
ashisbiswas
    Thread: How to change first pagination link URL in codeigniter 4
Post: How to change first pagination link URL in codeign...

I want to make pagination in CodeIgniter 4 like the below: PHP Code: -- http://localhost:8080/admin/all-clients http://localhost:8080/admin/all-clients/page/2 http://localhost:8080/admin/all-clien...
768 Views
1 Replies
03-22-2023, 01:31 AM
ashisbiswas
    Thread: Codeigniter show warning
Post: RE: Codeigniter show warning

when I var_dump in system\Autoloader.php at line number 152 before this line include_once $config[$class]; I got some line on my browser like this Code: -- C:\wamp64\www\ci4\system\Autoloader\Auto...
13,047 Views
6 Replies
05-31-2017, 09:20 AM
ashisbiswas
    Thread: Codeigniter show warning
Post: RE: Codeigniter show warning

kilishan Wrote: (05-31-2017, 06:40 AM) -- A couple of other users have reported this over at GitHub also, and both of them on Windows. It's definitely on my list of things to check into soon, but I'm...
13,047 Views
6 Replies
05-31-2017, 08:54 AM
ashisbiswas
    Thread: Codeigniter show warning
Post: RE: Codeigniter show warning

InsiteFX Wrote: (05-31-2017, 04:20 AM) -- Did you set your base_url in ./application/config/app.php Did you set your paths in ./application/config/paths.php In XAMPP and phpStorm I have to map ...
13,047 Views
6 Replies
05-31-2017, 04:39 AM
ashisbiswas
    Thread: Codeigniter show warning
Post: Codeigniter show warning

I have installed codeigniter4 yesterday. When I pointed my browser to ci4.dev, I am getting some warning message i.e Quote: -- ( ! ) Warning: include_once(C:\wamp64\www\ci4\system\Debug/ImageExc...
13,047 Views
6 Replies
05-31-2017, 02:46 AM
ashisbiswas
    Thread: Codeigniter image rotate when image resize
Post: RE: Codeigniter image rotate when image resize

 I fixed it with exif_read_data() . Here is my code: Code: -- $config['upload_path'] = './uploads/';    $config['allowed_types'] = 'jpg|jpeg|gif|png';    $config['max_size'] = '6048';    $...
8,615 Views
1 Replies
04-15-2016, 10:17 PM
ashisbiswas
    Thread: Codeigniter image rotate when image resize
Post: Codeigniter image rotate when image resize

I have an image with the dimension of (W-3000 X H-4000). When i upload it and resize, it always show like landscape mode, mean new dimension is w-1067 X h-800. I want to create this picture either 800...
8,615 Views
1 Replies
04-15-2016, 09:57 AM
ashisbiswas
    Thread: How to update account when user don't want to update all database field
Post: How to update account when user don't want to upda...

suppose this is my controller Code: -- class Admin extends CI_Controller{    public function account(){        // if user logged in redirect to home page        if (!isset($this->sessi...
2,075 Views
1 Replies
01-04-2016, 09:14 AM
ashisbiswas

Theme © iAndrew 2016 - Forum software by © MyBB