Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: How to integrate multiple CodeIgniter apps?
Post: How to integrate multiple CodeIgniter apps?

To manage my company operations, I have around 6 or 7 web apps built using CodeIgniter 3.x. I want to turn these into an ERP system where users can log in once and access the required apps based on th...
91 Views
0 Replies
03-10-2023, 12:07 AM
JackToncatridr
    Thread: Naming convention for third party classes
Post: RE: Naming convention for third party classes

The naming convention in CI 3.1.x, where classes should have the first letter in uppercase and the rest in lowercase, is a convention that should be followed but it is not strictly enforced. It is a g...
390 Views
2 Replies
02-27-2023, 12:34 AM
JackToncatridr
    Thread: Can I destroy Codeigniter library?
Post: RE: Can I destroy Codeigniter library?

There is no built-in method to destroy loaded library object. But you can do it by extending Loader class. And then load and unload library from that class. Here is my sample code .. application/li...
94 Views
2 Replies
02-20-2023, 12:06 AM
JackToncatridr
    Thread: What is the process for updating data from a 3-table join in a database?
Post: What is the process for updating data from a 3-tab...

What is the process for updating data from a 3-table join in a database? What is the flow for updating data from a 3-table join? The tables are as follows: User Table Table 1 id_user name email ...
77 Views
1 Replies
02-19-2023, 11:23 PM
JackToncatridr
    Thread: Codeigniter installation in subdirectory
Post: RE: Codeigniter installation in subdirectory

What you need is to edit your CodeIgniter config.php in System > application > config. and then edit config.php and set the property: $config['base_url'] = "http://www.domain.com/my_subfolder/"
412 Views
2 Replies
01-19-2023, 08:55 PM
JackToncatridr
    Thread: Codeigniter 3 HMVC has been broken
Post: RE: Codeigniter 3 HMVC has been broken

Just Update the function in Router.php File Path: application\third_party\MX\Router.php public function set_class ome (https://omegle.ws)gle (https://omegle.club) shagle (https://shagle.download) v...
561 Views
4 Replies
01-19-2023, 05:04 AM
JackToncatridr
    Thread: Set default db in oracledb
Post: Set default db in oracledb

I finished a project using codeigniter and mysql and I am now required to migrate the project so it can work with oracledb. One problem I am facing is the default db. In mysql I can choose the default...
302 Views
2 Replies
01-19-2023, 03:38 AM
JackToncatridr

Theme © iAndrew 2016 - Forum software by © MyBB