Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Best way to implement dynamic site-wide menu?
Post: RE: Best way to implement dynamic site-wide menu?

What I personally do is to have a _render() method in MY_Controller where I have custom bootstrapping code. It's simple, but gets the job done. Example: PHP Code: -- function _render($page, $data ...
11,287 Views
10 Replies
06-04-2018, 04:24 AM
guilhermemuller
    Thread: What are CI's PHP requirements?
Post: What are CI's PHP requirements?

Hello there, I have a new website being published by a third party on a server that I don't control. Currently, it's giving a 500 error and a completely blank page (not even an Apache 500 error). ...
3,492 Views
2 Replies
06-29-2017, 07:28 AM
guilhermemuller
    Thread: How to handle DB connection errors
Post: RE: How to handle DB connection errors

Unfortunately, it does not work, because when I use $this->load->database($db_config) CodeIgniter already attempts the connection and the error occurs. I can't test for the error before the connection...
22,106 Views
5 Replies
05-18-2017, 07:28 AM
guilhermemuller
    Thread: How to handle DB connection errors
Post: RE: How to handle DB connection errors

Thank you, I'll try that and let you know if it worked.
22,106 Views
5 Replies
05-16-2017, 06:04 PM
guilhermemuller
    Thread: How to handle DB connection errors
Post: How to handle DB connection errors

Hello all, I have developed a superadmin system that manages an admin interface for a lot of users, each with his own database. It is working well, but there's one situation that I'm not able to ha...
22,106 Views
5 Replies
05-15-2017, 11:42 AM
guilhermemuller

Theme © iAndrew 2016 - Forum software by © MyBB