Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: HMVC Cron
Post: RE: HMVC Cron

You need someone or something to open the controller function via a HTTP request for this to work. In this case you just need to hit URL at /Cron/updateCustomer Making a script for this is super...
1,616 Views
1 Replies
11-25-2019, 03:59 PM
HeyDarling
    Thread: SQL Injection
Post: RE: SQL Injection

Use the query builder, is super friendly. Check the link posted above Also, enable global_xss_filtering on your config.php file. Note that this function is deprecated though so try not to depend on...
8,453 Views
3 Replies
11-25-2019, 03:48 PM
HeyDarling
    Thread: My query returns empty results with big tables. Any advice?
Post: RE: My query returns empty results with big tables...

Thanks! solved it thanks to all the suggestions. Biggest problem was internally in the character set of the tables! Is incredible how fast CI can process a search like this, never disappoints :)
11,980 Views
10 Replies
09-16-2016, 10:11 PM
HeyDarling
    Thread: My query returns empty results with big tables. Any advice?
Post: RE: My query returns empty results with big tables...

cartalot Wrote: (09-14-2016, 03:08 PM) -- PHP Code: -- $this->db->like('email', $input_string); -- First thing to try - don't use like, use where. The email address has to be exact so like is unn...
11,980 Views
10 Replies
09-14-2016, 04:17 PM
HeyDarling
    Thread: My query returns empty results with big tables. Any advice?
Post: My query returns empty results with big tables. An...

I have never had problems with CI so far, but yesterday I started a project in which I have to handle big amounts of data, the database has approximately 10m rows on several tables and I'm struggling ...
11,980 Views
10 Replies
09-14-2016, 02:08 PM
HeyDarling

Theme © iAndrew 2016 - Forum software by © MyBB