Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: [Solved] Javascript Change Not Working
Post: RE: Javascript Change Not Working

Hi. The problem is your change event callback uses global variable image_row. After you click Add Another Image you build new form elements, append them, create an event listener and increment t...
4,870 Views
1 Replies
05-18-2015, 04:20 AM
codinghamster
    Thread: Problem with counter in table
Post: RE: Problem with counter in table

Sure. $index is the variable that will hold the numerical position of the element in array. Your PHP Code: -- array($player1, $player2, ... $playerN) -- is actually something like the P...
6,308 Views
5 Replies
05-07-2015, 07:34 AM
codinghamster
    Thread: Problem with counter in table
Post: RE: Problem with counter in table

Hi. For me is a bit confusing what kind of auto incrementing field you want. You need something like the order number for the list of players that is persistent through all the pages? Like th...
6,308 Views
5 Replies
05-07-2015, 06:54 AM
codinghamster
    Thread: CodeIgniter as a library
Post: CodeIgniter as a library

Hi. Have you ever been in a situation where you need to integrate some 3rd party PHP application with it's own implementation of sessions, security etc with a CodeIgniter project? Well, sounds s...
4,986 Views
2 Replies
05-07-2015, 05:11 AM
codinghamster
    Thread: NetBeans Plugin - Second Iteration
Post: RE: NetBeans Plugin - Second Iteration

Hi. My primary IDE for PHP projects is PhpStorm. Despite the fact it doesn't support CodeIgniter libraries' auto-completion out of the box, there is a simple trick to get exactly what you need  ;) ...
95,099 Views
0 Replies
05-06-2015, 05:45 AM
codinghamster
    Thread: add an ID automatically to URL
Post: RE: add an ID automatically to URL

Sure. Nothing stops you of doing this. It'll work like a charm ;)
6,905 Views
4 Replies
05-06-2015, 02:06 AM
codinghamster
    Thread: add an ID automatically to URL
Post: RE: add an ID automatically to URL

Hi. It seems like your situation can be solved in a different manner. Thanks to the HMVC extension you use, controllers can be called programmatically. You know, this way: PHP Code: -- Modules...
6,905 Views
4 Replies
05-05-2015, 08:55 AM
codinghamster
    Thread: Set Header 404
Post: RE: Set Header 404

Hi. The way you used the set_status_header() is perfectly fine. Another option is to use helper function show_404() which will automatically load the application/errors/error_404.php or applicat...
5,509 Views
1 Replies
04-24-2015, 03:12 AM
codinghamster
    Thread: upgrading CI3 versions
Post: RE: upgrading CI3 versions

Narf Wrote: (04-07-2015, 02:45 AM) -- There's nothing stopping you from installing or updating CI via Composer. -- That is very true. Back in the day it was really easy to put Code: -- "codeigni...
5,831 Views
4 Replies
04-08-2015, 01:47 AM
codinghamster

Theme © iAndrew 2016 - Forum software by © MyBB