Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Connecting to remote database
Post: RE: Connecting to remote database

It sounds like you've made progress in connecting to the remote database from your terminal, which is great. However, it's possible that there might be some additional configuration steps needed for y...
385 Views
2 Replies
03-16-2023, 10:45 PM
VateUthnerdal
    Thread: extending the controller
Post: extending the controller

I am attempting to follow CodeIgniter tutorials that focus on extending the controller. The tutorial advises placing the following code in the MY_Controller file: PHP Code: -- be included at the ...
81 Views
1 Replies
03-16-2023, 10:32 PM
VateUthnerdal
    Thread: Set default db in oracledb
Post: RE: Set default db in oracledb

In Oracle, you can set a default schema for your user account. This means that when you log in to Oracle, you will be automatically connected to this schema, and any SQL statement that references an o...
295 Views
2 Replies
03-06-2023, 05:15 AM
VateUthnerdal
    Thread: the hook does not seem to be working
Post: the hook does not seem to be working

I have enabled hooks in the config.php file using the following line of code: $config['enable_hooks'] = TRUE; I have also created a hook.php file with the following content: However, the ho...
72 Views
0 Replies
03-06-2023, 05:08 AM
VateUthnerdal
    Thread: What app/Config changes to monitor in CodeIgniter update?
Post: What app/Config changes to monitor in CodeIgniter ...

I am currently using the latest version 4 of CodeIgniter, which is compatible with PHP 7+. As I follow the installation guidelines in the documentation using composer, everything appears to be working...
111 Views
1 Replies
02-18-2023, 12:08 AM
VateUthnerdal

Theme © iAndrew 2016 - Forum software by © MyBB