Welcome Guest, Not a member yet? Register   Sign In
Search Results
  Tongue Thread: Please help
Post: RE: Please help

That wasn't what I wanted.. have solved it tho, thanks I used array_map() I don't know how to post the image here.. but it's solved now
1,919 Views
5 Replies
10-20-2021, 06:49 AM
devprecious
    Thread: Please help
Post: RE: Please help

Alright but would orderBy() group the join query result as one??
1,919 Views
5 Replies
10-19-2021, 02:56 PM
devprecious
    Thread: zlib.output_compression problem in CI 4.1.4
Post: RE: zlib.output_compression problem in CI 4.1.4

/app/Config/Events.php Removing this code in app/Config/Events.php, or turning off output_compression in php.ini is a temp solution. while (\ob_get_level() > 0)  {   \ob_end_flush();  }  \ob...
7,055 Views
8 Replies
10-19-2021, 10:57 AM
devprecious
    Thread: Please help
Post: Please help

Hello, please i have this in my controller $pollModel = new Poll(); $polls = $pollModel->join('options', 'options.poll_id = polls.poll_id')->findAll(); if i loop through this it works but the probl...
1,919 Views
5 Replies
10-19-2021, 10:53 AM
devprecious
    Thread: How to Group data with same id in a join query
Post: How to Group data with same id in a join query

Hello, please i have this in my controller $pollModel = new Poll(); $polls = $pollModel->join('options', 'options.poll_id = polls.poll_id')->findAll(); if i loop through this it works but the probl...
696 Views
0 Replies
10-18-2021, 05:35 PM
devprecious
    Thread: Model Returns Null on FindAll
Post: RE: Model Returns Null on FindAll

The reason why is because of the protected $useSoftDeletes = true; comment it or set it to false;
15,448 Views
15 Replies
06-28-2021, 04:49 AM
devprecious
    Thread: Codeigniter not connecting to database
Post: RE: Codeigniter not connecting to database

pippuccio76 Wrote: (05-22-2021, 09:55 AM) -- devprecious Wrote: (05-22-2021, 03:32 AM) -- Hello, Codeigniter not connecting to database. After setting the information in the .env it doesn't throw an...
1,583 Views
2 Replies
05-22-2021, 09:58 AM
devprecious
    Thread: Codeigniter not connecting to database
Post: Codeigniter not connecting to database

Hello, Codeigniter not connecting to database. After setting the information in the .env it doesn't throw an error, even if I put in the wrong database details it won't throw an error too. that's maki...
1,583 Views
2 Replies
05-22-2021, 03:32 AM
devprecious

Theme © iAndrew 2016 - Forum software by © MyBB