Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Insert in database return false without error
Post: RE: Insert in database return false without error

MGatner Wrote: (03-23-2020, 09:42 AM) -- Could you drop the catch block and figure out exactly where the FALSE is coming from? If it is indeed from the model try checking $accountModel->errors() for ...
3,529 Views
2 Replies
03-23-2020, 12:23 PM
raul1ro
    Thread: Insert in database return false without error
Post: Insert in database return false without error

I have this table: Code: -- accounts:     - id : int - primary key     - email : varchar(255) - unique     - pass : varchar(255) -- I have an entity like this: PHP Code: --
3,529 Views
2 Replies
03-23-2020, 03:40 AM
raul1ro
    Thread: Setup Database and check connection
Post: RE: Setup Database and check connection

I changed `var_dump(...)` with `var_dump($sel->getRow(0)->one);` and now it works. Thank you. I thought I can combine CI4 with mysqli
2,201 Views
2 Replies
03-20-2020, 11:39 AM
raul1ro
    Thread: Setup Database and check connection
Post: Setup Database and check connection

I have my first attempt(i never used a framework) to use CodeIgniter 4. What I try to achieve is to setup database in CodeIgniter and check in controller if it works. For database I use MySQL Co...
2,201 Views
2 Replies
03-20-2020, 07:35 AM
raul1ro

Theme © iAndrew 2016 - Forum software by © MyBB