Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter 4.2
Post: RE: CodeIgniter 4.2

I built my site around the idea of easily finding the controller method just by looking at the url. Now it is all thrown out the window and I have to route literally "Hundreds" of ajax and form urls a...
17,346 Views
18 Replies
06-04-2022, 05:01 AM
seighth
    Thread: Codeigniter 4.2 Auto Routing weird thing happening
Post: Codeigniter 4.2 Auto Routing weird thing happening

In CI4.2 it says in the route file: Code: -- // The Auto Routing (Legacy) is very dangerous. It is easy to create vulnerable apps // where controller filters or CSRF protection are bypassed. // ...
4,144 Views
5 Replies
06-04-2022, 04:12 AM
seighth
    Thread: SOLVED: Sending Email with html as message in CI4
Post: SOLVED: Sending Email with html as message in CI4

This is already solved and I posted a solution on stackoverflow: https://stackoverflow.com/questions/72472989/codeigniter-4-email-sending-with-html-as-message/72473687 I need help using the amail c...
830 Views
1 Replies
06-02-2022, 01:01 AM
seighth
    Thread: SOLVED: How can i use $this->db->insert in CI4?
Post: SOLVED: How can i use $this->db->insert in CI4?

THIS PROBLEM IS ALREADY SOLVED AND HERE IS HOW I SOLVED IT: Code: -- $db = \Config\Database::connect(); $db->table('table_name')->insert($array)); -- _______________________________________...
508 Views
0 Replies
06-01-2022, 06:06 PM
seighth

Theme © iAndrew 2016 - Forum software by © MyBB