Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Codeigniter multi table model
Post: Codeigniter multi table model

im kinda lost at this moment. i use codeigniter 2.x and i stucked at last view i need to do . One thing that sets this view apart from others is that it needs data from 6 deferent tables. How do i ...
756 Views
0 Replies
11-30-2022, 12:16 AM
DunogRamers
    Thread: How to do error logging in CodeIgniter (PHP)
Post: RE: How to do error logging in CodeIgniter (PHP)

CodeIgniter has some error logging functions built in. Make your /application/logs folder writable In /application/config/config.php set $config['log_threshold'] = 1; or use a higher number, dep...
2,160 Views
3 Replies
11-04-2022, 11:50 PM
DunogRamers
    Thread: Use of FPDF library in CI4
Post: RE: Use of FPDF library in CI4

I want use fpdf in my project CI4.. how i can do this step by step? How include it as thirdparty?! and how build the controller to call fpdf methods?! $pdf = new PDF(); $pdf->AddPage(); t...
3,363 Views
6 Replies
11-04-2022, 11:20 PM
DunogRamers
    Thread: CodeIgniter, refreshing view for all clients
Post: CodeIgniter, refreshing view for all clients

There is my problem. My project is using CodeIgniter. I'm working on a game, during this phase, the player must choose a music. He got a form to send the URL. Other player have to wait him, and I w...
728 Views
0 Replies
11-04-2022, 10:53 PM
DunogRamers

Theme © iAndrew 2016 - Forum software by © MyBB