Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Run a cron job on a controller method
Post: RE: Run a cron job on a controller method

What you should probably doing is not using the 'sessions' by default, instead you should have your 'web' controllers extending a MY_Controller which has the session/authentication code, and then the ...
20,020 Views
8 Replies
05-26-2016, 05:17 AM
Andy N
    Thread: The right way to make it in mvc
Post: RE: The right way to make it in mvc

InsiteFX Wrote: (05-23-2016, 03:14 AM) -- PlorntXhizors Wrote: (05-22-2016, 11:03 PM) -- Can i use one model, controller for all my view files? Like functions.php in wordpress? -- You should use o...
11,136 Views
6 Replies
05-23-2016, 08:56 AM
Andy N
    Thread: Validate email really exists
Post: RE: Validate email really exists

As above, there is no truly 'good' way to do this which isn't likely to cause more problems than it solves. You would need to get knee deep in the nitty-gritty of SMTP, and make a call on 'philosophi...
24,924 Views
15 Replies
05-23-2016, 08:30 AM
Andy N
    Thread: Possible issue with multiple databases and mssql
Post: RE: Possible issue with multiple databases and mss...

Thanks for the update, that (sort of) makes sense. Wonder why I didn't run into the problem in 2.X. Must be some change in the ms-sql driver I guess. That or I hacked my way around it some other wa...
3,060 Views
2 Replies
05-23-2016, 08:25 AM
Andy N
    Thread: IF Conditions statement not working in my controller
Post: RE: IF Conditions statement not working in my cont...

In general with PHP, only use === if you understand why you are using it, and you have a specific reason (for example you really need to know that something is boolean false rather than just an empty ...
6,178 Views
4 Replies
05-17-2016, 08:48 AM
Andy N
    Thread: Possible issue with multiple databases and mssql
Post: Possible issue with multiple databases and mssql

OK, relatively complex one here I suspect, thanks in advance if anyone can help. First of all some background. I have written what amounts to most of an ERP package for my company, based on code...
3,060 Views
2 Replies
05-17-2016, 07:04 AM
Andy N

Theme © iAndrew 2016 - Forum software by © MyBB