Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Codeigniter + Kendo Gantt
Post: Codeigniter + Kendo Gantt

Hi there, I wanna to put this to the codeigniter: Anyway Can you please tell me what I should prepare in the codeigniter to show this: This is one file gantt.php (I can add gantt do controller but t...
2,249 Views
0 Replies
11-01-2017, 10:21 AM
Fraps900
    Thread: Gannt Codeigniter to try
Post: Gannt Codeigniter to try

Hi there, have you guys tried instal this: https://github.com/josearodrigueze/jquery_gantt I'm using codeigniter but this dosen't work competely. I see only the first welcome page, and cannot ...
2,692 Views
1 Replies
10-25-2017, 01:53 PM
Fraps900
    Thread: IF $class = ($value->status == "done") HOW?
Post: IF $class = ($value->status == "done") HOW?

Guys, I would like to use this to show three different colors on my gantt chart: Code: -- $class = ($value->status == "done") ? "#336699" : ""; -- Currently I have one color, that shows done task...
6,298 Views
6 Replies
01-30-2017, 01:52 AM
Fraps900
    Thread: Put value to array
Post: RE: Put value to array

Can somebody build the codeigniter querry from this: Code: -- $sql = "SELECT estimated_sum FROM burndown_snap WHERE project_id='$sum1' AND name='$sum2'"; $result = $conn->query($sql); if ($result->...
6,365 Views
4 Replies
12-08-2016, 03:03 AM
Fraps900
    Thread: Put value to array
Post: Put value to array

Hi guys, I'm stuck on this: Is there any possible to get the value from here: Code: -- $result = mysql_query("SELECT estimated_sum FROM burndown_snap WHERE project_id ='$sum1' AND name='$sum2'");...
6,365 Views
4 Replies
12-07-2016, 02:51 PM
Fraps900
    Thread: Get the value from DropDown list [RESOLVED]
Post: RE: Get the value from DropDown list [RESOLVED]

Wouter60 Wrote: (12-05-2016, 11:39 PM) -- The solution you've found, has nothing to do with CodeIgniter. If you set up CI correctly, you can use the Query Builder to make it a lot easier: PHP Co...
11,872 Views
10 Replies
12-07-2016, 02:21 PM
Fraps900
    Thread: Get the value from DropDown list [RESOLVED]
Post: RE: Get the value from DropDown list [RESOLVED]

Wouter60 Wrote: (12-05-2016, 11:39 PM) -- The solution you've found, has nothing to do with CodeIgniter. If you set up CI correctly, you can use the Query Builder to make it a lot easier: PHP Code:...
11,872 Views
10 Replies
12-07-2016, 02:20 PM
Fraps900
    Thread: Get the value from DropDown list [RESOLVED]
Post: RE: Get the value from DropDown list

Ok done: I had to change the querry for: Code: -- $result = mysql_query("SELECT SUM(estimated_hours) AS value_sum FROM project_has_tasks WHERE milestone_id ='$sum1'"); $row = mysql_fetch_assoc($r...
11,872 Views
10 Replies
12-05-2016, 02:24 PM
Fraps900
    Thread: Get the value from DropDown list [RESOLVED]
Post: RE: Get the value from DropDown list

I've put the values to the URL: Code: --
11,872 Views
10 Replies
12-05-2016, 02:08 PM
Fraps900
    Thread: Get the value from DropDown list [RESOLVED]
Post: RE: Get the value from DropDown list

Ok guys maybe this way. Can you help me to get/save/remember , and post this to another id? I have these numbers here Code: -- -- in Code: -- -- I have to save this in memory :) and transfer t...
11,872 Views
10 Replies
12-03-2016, 01:07 PM
Fraps900
    Thread: Get the value from DropDown list [RESOLVED]
Post: RE: Get the value from DropDown list

Thanks for help, but can You please tell me where exactly I could use above code, and how it should looks like in full? Sorry, I'm new in codeigniter :) I just need to get the value from chosen sel...
11,872 Views
10 Replies
12-03-2016, 11:02 AM
Fraps900
    Thread: Get the value from DropDown list [RESOLVED]
Post: Get the value from DropDown list [RESOLVED]

hi there, is there any possible to get the value (on live) from this: Code: --                
11,872 Views
10 Replies
12-02-2016, 03:11 PM
Fraps900
    Thread: Get the value
Post: Get the value

Hi guys, please tell me how to get the value form these below dates: Code: -- $sql = "SELECT start_date, deadline FROM projects WHERE id =7"; $result = $conn->query($sql); if ($result->num_row...
2,353 Views
1 Replies
11-20-2016, 01:58 PM
Fraps900
    Thread: Get the value from form_dropdown
Post: Get the value from form_dropdown

guys, please help. I would like to get the value of  form_dropdown (when I choose): Code: -- div class="form-group">                                                            -- ...
1,900 Views
0 Replies
11-15-2016, 12:27 PM
Fraps900

Theme © iAndrew 2016 - Forum software by © MyBB