Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: CodeIgniter multiple application with subdomains and correct htaccess
Post: RE: CodeIgniter multiple application with subdomai...

first thing i would do is move the 'system' folder outside your 'public_html' folder and change your pathing in the various index.php files to reflect the new path. This makes the 'system' folder inac...
5,837 Views
1 Replies
11-21-2015, 10:26 AM
Hobbes
    Thread: How to use dropbox
Post: RE: How to use dropbox

you have an error in your model class deffenition. Model Classes should extend CI_Model or MY_Model if you use one of them. Not CI_Controller.
3,391 Views
2 Replies
11-12-2015, 11:03 AM
Hobbes
    Thread: 403 error access denied
Post: RE: 403 error access denied

glad to be of help :)
6,778 Views
4 Replies
08-05-2015, 04:19 AM
Hobbes
    Thread: 403 error access denied
Post: RE: 403 error access denied

change: Subscription to:
6,778 Views
4 Replies
08-04-2015, 07:45 AM
Hobbes
    Thread: [split] CodeIgniter 3.0 IDE??
Post: RE: [split] CodeIgniter 3.0 IDE??

I currently use Aptana Studio. Good overall IDE. I would prefer to use PHPStorm which is an awesome IDE but cannot afford it right now.
10,561 Views
9 Replies
07-23-2015, 09:05 AM
Hobbes
    Thread: Codeigniter popularity : why ?
Post: RE: Codeigniter popularity : why ?

for me it is as many have said. Light weight, feature rich, simple to use, simple to extend, small footprint, excellent community, excellent third party libraries, the best documentation i have seen i...
41,380 Views
19 Replies
07-21-2015, 04:50 AM
Hobbes
    Thread: PHP live notification system like facebook
Post: RE: PHP live notification system like facebook

I use jQuery for an ajax chat system i am developing as part of my CI3 App. I have the ajax request run avery 2 seconds and no extra 'burden' on my server.
12,334 Views
3 Replies
07-17-2015, 05:06 AM
Hobbes
    Thread: CodeIgniter 2.2.3 Released
Post: RE: CodeIgniter 2.2.3 Released

give them some time with the next version, they just recently released 3.0.
54,012 Views
12 Replies
07-15-2015, 05:40 AM
Hobbes
    Thread: Auth library
Post: RE: Auth library

i use Ion Auth. Simple, robust, easy to use, easy to extend.
9,690 Views
6 Replies
06-24-2015, 06:06 AM
Hobbes
    Thread: Say No to Composer!
Post: RE: Say No to Composer!

well for me i have never been a fan of Composer, that is until recently when i start a test project for playing around with it and i must say it is handy. There are some really good composer packages....
63,508 Views
41 Replies
06-15-2015, 07:18 AM
Hobbes
    Thread: CodeIgniter & PhpStorm - Autocomplete plugin?
Post: RE: CodeIgniter & PhpStorm - Autocomplete plugin?

I love Php Storm. My Preferred IDE, however i am as broke as a 3 dollar bill so cannot afford it.
25,174 Views
4 Replies
05-26-2015, 02:41 PM
Hobbes
    Thread: Code ignator 2.2.0 version working fine in Xampp. But failed to load in server
Post: RE: Code ignator 2.2.0 version working fine in Xam...

we would need more details on the error(s)/problem than just a simple: works on local server but not on live server.
6,584 Views
4 Replies
05-26-2015, 05:39 AM
Hobbes
    Thread: CodeIgniter & PhpStorm - Autocomplete plugin?
Post: RE: CodeIgniter & PhpStorm - Autocomplete plugin?

when i was using the trial version of php storm i created a file in application/config called: autocomplete.php in it, yes i had the above but you can also add class declarations in this file as ...
25,174 Views
4 Replies
05-26-2015, 05:32 AM
Hobbes
    Thread: BUG - autoloading user-created libraries
Post: RE: BUG - autoloading user-created libraries

as InsiteFX said user created libraries go in : application/libraries to auto load the library open: application/config/autoload.php add the library name to the autoload['libraries'] array. EG: ...
5,482 Views
2 Replies
05-25-2015, 04:53 AM
Hobbes
    Thread: *Project Log* - Dove Forums - Codeigniter Forums Solution
Post: RE: *Project Log* - Dove Forums - Codeigniter Foru...

ok i will go take a peek at the repo ...
37,675 Views
21 Replies
05-20-2015, 04:01 PM
Hobbes
    Thread: *Project Log* - Dove Forums - Codeigniter Forums Solution
Post: RE: *Project Log* - Dove Forums - Codeigniter Foru...

i would be willing to help out with this project. Just let me know what area's you need help with.
37,675 Views
21 Replies
05-18-2015, 05:08 AM
Hobbes
    Thread: [NEED URGENT HELP] All controllers showing 404 except default controller
Post: RE: [NEED URGENT HELP] All controllers showing 404...

move: $route['(:any)'] = 'home/$1'; to the end of your list of routes.
40,022 Views
17 Replies
05-16-2015, 04:02 AM
Hobbes
    Thread: template structure for tabbed modal
Post: RE: template structure for tabbed modal

if i read right you are looking for something like this: http://jsfiddle.net/elektronikLexikon/PGRhc/
5,203 Views
2 Replies
05-13-2015, 09:46 AM
Hobbes
    Thread: Practical CodeIgniter 3 - A new book coming soon
Post: RE: Practical CodeIgniter 3 - A new book coming so...

looking good Kilishan. I will deff. be interested in reading it.
90,719 Views
44 Replies
05-13-2015, 08:50 AM
Hobbes
    Thread: Problem in showing customized 404 error page
Post: RE: Problem in showing customized 404 error page

i have a controller name errors as well in it i have a function named: not_found to override the default 404 i put this: $route['404_override'] = 'errors/not_found'; and it works perfectly ...
3,323 Views
2 Replies
05-12-2015, 06:24 AM
Hobbes

Theme © iAndrew 2016 - Forum software by © MyBB