Posts by user737 • 165 points
3 posts
-
4
votes1
answer359
viewsQ: Multiple databases with multiple applications
I made an application with Codeigniter which uses only a database. However, I was asked to create several copies of this application that will also access several different databases. That is, I…
-
10
votes1
answer3389
viewsQ: How to receive a notification whenever there is a new record in a database table?
I need to receive a notification whenever there is a new record in a particular database table, which I can do to receive ? If I use one Trigger Mysql will not work when I change database. If I make…
-
2
votes2
answers377
viewsQ: Create a query inside a function file in the Libraries folder and not in the model as suggested
I need to check a certain type of permission that is in the permissions table in the MYSQL database. In this case, I will need to use a function that is inside the "Libraries" folder in a file…
codeigniterasked user737 165