Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Important News about Jim Parry and the Project
Post: RE: Important News about Jim Parry and the Project

This is sad. Thank you for all. RIP
144,321 Views
98 Replies
02-04-2020, 04:13 AM
dimawebmaker
    Thread: [split] Real time? [CodeIgniter 4 Important Features]
Post: RE: [split] Real time? [CodeIgniter 4 Important Fe...

Github Workerman (https://github.com/walkor/Workerman) Quote: -- What is it Workerman is a library for event-driven programming in PHP. It has a huge number of features. Each worker is able to ...
36,525 Views
22 Replies
09-08-2016, 06:46 AM
dimawebmaker
    Thread: Removing index.php from the URL's
Post: RE: Removing index.php from the URL's

Code: -- $config['index_page'] = ''; -- Code: -- RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] --
6,707 Views
6 Replies
09-08-2016, 06:40 AM
dimawebmaker
    Thread: [SOLVED]Blueimp's AJAX Chat + CodeIgniter integration
Post: [SOLVED]Blueimp's AJAX Chat + CodeIgniter integrat...

I have a problem with integration Blueimp's AJAX Chat in my project based on CI framework. In root durectory of my project, I made new folder "chat" and upload inside chat files. After I edit chat ...
4,562 Views
1 Replies
08-01-2016, 06:41 AM
dimawebmaker
    Thread: What will be if ur models extends MY_Controller?
Post: RE: What will be if ur models extends MY_Controlle...

includebeer Wrote: (02-06-2015, 05:06 PM) -- Don't waste your time trying to understand why it doesn't work and just fix your code. A model is not supposed to extend a controller. Also, I doubt the s...
6,960 Views
0 Replies
02-06-2015, 09:43 PM
dimawebmaker
    Thread: What will be if ur models extends MY_Controller?
Post: What will be if ur models extends MY_Controller?

Few days ago I was make some changes in my code before going to sleep. By mistake I make this code: models extends MY_Controller. MY_Controller have standart code: class MY_Controller extends C...
6,960 Views
0 Replies
02-06-2015, 07:11 AM
dimawebmaker

Theme © iAndrew 2016 - Forum software by © MyBB