Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Codeigniter4 How i can convert this builder query to normal ?
Post: Codeigniter4 How i can convert this builder query ...

Hello, I have a builder query in codeigniter4 looks like : Code: --         $this->builder()->select('a.id as empid, a.first_name as name, a.last_name as last, a.emp_code as emp_code, b.name as di...
256 Views
3 Replies
03-29-2024, 12:05 AM
sarath_unrelax
    Thread: Codeigniter4 How can i use different field for save() method as primary key
Post: Codeigniter4 How can i use different field for sav...

Dear Friends, I have a application where HR department can upload a xlsx file to add/update employees records. In the employees table i have id as primary key which i used for other operations like...
178 Views
1 Replies
03-21-2024, 03:22 AM
sarath_unrelax
    Thread: Validate file inside controller in Codeigniter4
Post: RE: Validate file inside controller in Codeignite...

kenjis Wrote: (03-19-2024, 10:30 PM) -- See https://codeigniter4.github.io/CodeIgniter4/libraries/uploaded_files.html#the-process https://codeigniter4.github.io/CodeIgniter4/libraries/validation.html...
208 Views
3 Replies
03-19-2024, 10:58 PM
sarath_unrelax
    Thread: Validate file inside controller in Codeigniter4
Post: Validate file inside controller in Codeigniter4

Hello, I'm trying to create a simple HTML form with one input field which accept one file (csv,xlsx) and i will process it and insert into my database. I need to validate the file with two things ...
208 Views
3 Replies
03-19-2024, 10:10 PM
sarath_unrelax
    Thread: Why i cannot add foreign key in migration, it creates different one.
Post: RE: Why i cannot add foreign key in migration, it ...

kenjis Wrote: (03-06-2024, 04:42 PM) -- See https://codeigniter4.github.io/CodeIgniter4/dbmgmt/forge.html#adding-keys-to-a-table -- So I need to add this also ? PHP Code: -- $this->forge->proce...
313 Views
2 Replies
03-06-2024, 09:09 PM
sarath_unrelax
    Thread: Why i cannot add foreign key in migration, it creates different one.
Post: Why i cannot add foreign key in migration, it crea...

Hello, Hope you all doing well!,. I'm trying to modify an existing table to add a column which i need to be foreignkey  to other table but it not creating. My code : PHP Code: --
313 Views
2 Replies
03-06-2024, 05:01 AM
sarath_unrelax
    Thread: Pagination problem, How I can remove the current page from right side ?
Post: RE: Pagination problem, How I can remove the curre...

Can you make necessary changes and help out me with it ?
7,729 Views
8 Replies
06-19-2019, 02:06 AM
sarath_unrelax
    Thread: Pagination problem, How I can remove the current page from right side ?
Post: RE: Pagination problem, How I can remove the curre...

screenshot is in attachment what I'm actually looking for. Actually Code from the template  Code: --                                                                                    ...
7,729 Views
8 Replies
06-19-2019, 02:06 AM
sarath_unrelax
    Thread: Pagination problem, How I can remove the current page from right side ?
Post: RE: Pagination problem, How I can remove the curre...

@jreklund Buddy, still not working
7,729 Views
8 Replies
06-19-2019, 02:04 AM
sarath_unrelax
    Thread: Pagination problem, How I can remove the current page from right side ?
Post: RE: Pagination problem, How I can remove the curre...

InsiteFX Wrote: (06-18-2019, 03:56 AM) -- I have seen that also before and it was due to extra code in the html file on the end of the statement. This was a bootstrap html page with a font awesom...
7,729 Views
8 Replies
06-19-2019, 12:52 AM
sarath_unrelax
    Thread: Pagination problem, How I can remove the current page from right side ?
Post: Pagination problem, How I can remove the current p...

Hello, I have pagination, Everything works fine. But I need to remove current page from right side. Here it is 7 (In Screenshot) My code : PHP Code: -- $this->load->library('pagination'...
7,729 Views
8 Replies
06-18-2019, 12:06 AM
sarath_unrelax
    Thread: How to make dropzone upload without setting class dropzone in form ?
Post: How to make dropzone upload without setting class ...

I have a form with multiple form inputs and image upload using dropzone. The image upload area has a class called dropzone. When I put the class dropzone into the form the entire upload area style is ...
3,181 Views
0 Replies
06-13-2019, 03:03 AM
sarath_unrelax
    Thread: $_FILES Array getting empty when using $this->form_validation->run()
Post: RE: $_FILES Array getting empty when using $this->...

Buddy. When I change the form class to dropzone, the entire style changing
53,279 Views
58 Replies
06-12-2019, 07:29 AM
sarath_unrelax
    Thread: $_FILES Array getting empty when using $this->form_validation->run()
Post: RE: $_FILES Array getting empty when using $this->...

Ok buddy, I don't why it not working... Now my jQuery validation also not working. Can you fix
53,279 Views
58 Replies
06-12-2019, 07:11 AM
sarath_unrelax
    Thread: $_FILES Array getting empty when using $this->form_validation->run()
Post: RE: $_FILES Array getting empty when using $this->...

U need db file ?
53,279 Views
58 Replies
06-12-2019, 07:06 AM
sarath_unrelax
    Thread: $_FILES Array getting empty when using $this->form_validation->run()
Post: RE: $_FILES Array getting empty when using $this->...

Let me send you the google drive link ?
53,279 Views
58 Replies
06-12-2019, 06:59 AM
sarath_unrelax
    Thread: $_FILES Array getting empty when using $this->form_validation->run()
Post: RE: $_FILES Array getting empty when using $this-&...

hc-innov Wrote: (06-12-2019, 06:46 AM) -- My code works. test it with my controller, my view and my javascript -- Buddy, can you help me with my project, I will attach here
53,279 Views
58 Replies
06-12-2019, 06:53 AM
sarath_unrelax
    Thread: $_FILES Array getting empty when using $this->form_validation->run()
Post: RE: $_FILES Array getting empty when using $this->...

Still not working in my side bro
53,279 Views
58 Replies
06-12-2019, 06:41 AM
sarath_unrelax
    Thread: $_FILES Array getting empty when using $this->form_validation->run()
Post: RE: $_FILES Array getting empty when using $this-&...

hc-innov Wrote: (06-12-2019, 06:20 AM) -- A complete exemple: controller (I just print_r or echo variables for the javscript console) PHP Code: --
53,279 Views
58 Replies
06-12-2019, 06:28 AM
sarath_unrelax
    Thread: $_FILES Array getting empty when using $this->form_validation->run()
Post: RE: $_FILES Array getting empty when using $this->...

Buddy I need only data being uploaded on submit click, we already set autoProcessQueue = false is it fine ?
53,279 Views
58 Replies
06-12-2019, 05:39 AM
sarath_unrelax

Theme © iAndrew 2016 - Forum software by © MyBB