Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: [split] When is 4 gonna be out?
Post: [split] When is 4 gonna be out?

Hi When is 4 gonna be out? Thanks
4,029 Views
2 Replies
06-03-2018, 02:41 PM
behnampmdg3
    Thread: How can I use transactions with these queries?
Post: RE: How can I use transactions with these queries?

Ok this code seems to be working well. But how can I check to see it is working ok on bulk requests? Basically, how can I make 50k api calls? PHP Code: --
5,895 Views
7 Replies
04-20-2018, 01:56 PM
behnampmdg3
    Thread: How can I use transactions with these queries?
Post: RE: How can I use transactions with these queries?

InsiteFX Wrote: (04-16-2018, 09:53 AM) -- Test it with good and bad data to see what happens. -- Is the approach correct though? And what's bad data?
5,895 Views
7 Replies
04-17-2018, 09:26 AM
behnampmdg3
    Thread: How can I use transactions with these queries?
Post: RE: How can I use transactions with these queries?

InsiteFX Wrote: (04-16-2018, 04:18 AM) -- See: The CodeIgniter User's Guide Running Transactions Manually (https://www.codeigniter.com/user_guide/database/transactions.html#running-transactions-ma...
5,895 Views
7 Replies
04-16-2018, 07:53 AM
behnampmdg3
    Thread: How can I use transactions with these queries?
Post: How can I use transactions with these queries?

Hey guys; This page could receive up to 50k hits at the same time. How can I use transactions here? Would it be right if I simply add $this->db->trans_start(); and $this->db->trans_end(); to ...
5,895 Views
7 Replies
04-15-2018, 02:37 PM
behnampmdg3
    Thread: Resize to fix width or length
Post: RE: Resize to fix width or length

Ended up doing this PHP Code: -- elseif($size[0] > 1063 && $size[1] > 650) { $width_diff=(($size[0]*100)/1063); $height_diff=(($size[1]*100)/650); ...
2,363 Views
1 Replies
10-25-2017, 11:52 PM
behnampmdg3
    Thread: Resize to fix width or length
Post: Resize to fix width or length

Hi; Can you please help me with this script? These are my resize criteria. My main concern is number 3 1 - Width smaller that 1063, height smaller than 650. Don’t resize 2 - One dimension b...
2,363 Views
1 Replies
10-25-2017, 10:38 AM
behnampmdg3
    Thread: Adding multiple variables to calendar days
Post: RE: Adding multiple variables to calendar days

Hi; Yes the thing is it's not adding "cal-blue" anywhere. I am 99% sure the issue is in the main controller. Thanks
14,739 Views
18 Replies
08-08-2017, 08:15 AM
behnampmdg3
    Thread: Adding multiple variables to calendar days
Post: RE: Adding multiple variables to calendar days

Hey sorry; Here it is :) The method in controller is called "calendar_builder".
14,739 Views
18 Replies
08-07-2017, 02:14 PM
behnampmdg3
    Thread: Adding multiple variables to calendar days
Post: RE: Adding multiple variables to calendar days

Hey Wouter60; It's strange. I have set up everything the way you mentioned. It "should" work. When I prinr_r($css) in MY_calendar I get this https://ibb.co/iaFzpv Looks like classes gets pas...
14,739 Views
18 Replies
08-07-2017, 03:14 AM
behnampmdg3
    Thread: Adding multiple variables to calendar days
Post: RE: Adding multiple variables to calendar days

Ok here is my code so far MY_calendar (modified as you mentioned): PHP Code: -- -- Controller: PHP Code: -- public function calendar_builder()          {               $prefs['tem...
14,739 Views
18 Replies
08-05-2017, 03:32 AM
behnampmdg3
    Thread: Adding multiple variables to calendar days
Post: RE: Adding multiple variables to calendar days

Can you please help me with this part as well? "Inside the new generate() function, write to code for inserting the correct css-class into the output string ($out). " Thanks
14,739 Views
18 Replies
08-04-2017, 02:44 AM
behnampmdg3
    Thread: Adding multiple variables to calendar days
Post: RE: Adding multiple variables to calendar days

Ok, so far http://webmoosh.com/ The only thing left is "Inside the new generate() function, write to code for inserting the correct css-class into the output string ($out). " Help?
14,739 Views
18 Replies
08-03-2017, 07:54 AM
behnampmdg3
    Thread: Adding multiple variables to calendar days
Post: RE: Adding multiple variables to calendar days

Hey thanks for writing back. I am trying to understand you but there is somethign missing still :)  (it's me not you) I applied your code here -> http://webmoosh.com/ we can track it there. The ...
14,739 Views
18 Replies
08-03-2017, 03:49 AM
behnampmdg3
    Thread: Adding multiple variables to calendar days
Post: RE: Adding multiple variables to calendar days

Is codeigniter forum dead?
14,739 Views
18 Replies
08-02-2017, 02:57 PM
behnampmdg3
    Thread: Adding multiple variables to calendar days
Post: RE: Adding multiple variables to calendar days

anyone?
14,739 Views
18 Replies
08-01-2017, 04:28 PM
behnampmdg3
    Thread: Adding multiple variables to calendar days
Post: RE: Adding multiple variables to calendar days

Hey I dont think you read what I wrote. I need to pass multiple values as data. Please read again to see what I mean. I want to style it like http://www.bootstrap-year-calendar.com/#Examples/Fu...
14,739 Views
18 Replies
08-01-2017, 12:29 PM
behnampmdg3
    Thread: Adding multiple variables to calendar days
Post: Adding multiple variables to calendar days

Hello; I am using Codeigniter calendar3 and so far I have got it this far -> https://prnt.sc/g2z1co I have a very specific requirement I am not sure how to achieve. I want to check tasks in ...
14,739 Views
18 Replies
08-01-2017, 06:48 AM
behnampmdg3
    Thread: Disallowed Key Characters.?array_emails
Post: Disallowed Key Characters.?array_emails

Hi; I use ajax submit a form but I get the error Quote: -- Disallowed Key Characters.?array_emails -- Here is the code PHP Code: -- //// $("#save_now_button").click(function() $.p...
3,808 Views
2 Replies
09-19-2016, 07:39 AM
behnampmdg3
    Thread: What happens to ci_seesion table when user logs out?
Post: What happens to ci_seesion table when user logs ou...

Hi; I use db for logins,,, I was wondering what happens to ci_seesion table when user logs out? The records still stay in ci_sessions table. Thanks
5,290 Views
3 Replies
02-02-2016, 07:21 PM
behnampmdg3

Theme © iAndrew 2016 - Forum software by © MyBB