Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Oracle Cloud Autonomous Database Support
Post: RE: Oracle Cloud Autonomous Database Support

Okay, thank you. One thing I noticed is that Oracle seems to like capitalized column names and the use of quotes in the query makes things case sensitive. Is there a "best practices" way of handl...
900 Views
4 Replies
05-04-2023, 04:55 PM
rockinmusicgv
    Thread: Oracle Cloud Autonomous Database Support
Post: Oracle Cloud Autonomous Database Support

I was hoping to use Oracle's autonomous database free tier with a CodeIgniter application.  This is something that's entirely new to me so I may have a complete misunderstanding of what's supposed to ...
900 Views
4 Replies
04-29-2023, 08:56 PM
rockinmusicgv
    Thread: Wildcard Subdomains and Host name
Post: RE: Wildcard Subdomains and Host name

I created a hack which works for the moment.  Because CodeIgniter considers 'my' to be a subdomain, using the wild card will always return true. I added a method in Router/RouteCollection to set a ...
1,270 Views
1 Replies
08-07-2022, 06:26 PM
rockinmusicgv
    Thread: Wildcard Subdomains and Host name
Post: Wildcard Subdomains and Host name

I am trying to setup routing based on hostname and subdomains. in my routes, I have something similar to PHP Code: -- $routes->post('/', 'Api:endpoint', ['hostname' => 'my.apiserver.com']); $rou...
1,270 Views
1 Replies
08-07-2022, 04:29 PM
rockinmusicgv
    Thread: Calling fastcgi_finish_request in post_system event handler
Post: RE: Calling fastcgi_finish_request in post_system ...

Suppose I have an API returning a JSON-serialized object to a client. Can I use fastcgi_finish_request() in an After filter if I know, based on the route, that there is no more data that would be sen...
1,215 Views
1 Replies
03-07-2022, 11:06 AM
rockinmusicgv
    Thread: Calling fastcgi_finish_request in post_system event handler
Post: Calling fastcgi_finish_request in post_system even...

I need to do some processing after a request.  I expect that most of the work will be sent to a worker through gearman, but if I can shave a ms or two by connecting to gearman after user gets the resp...
1,215 Views
1 Replies
02-16-2022, 12:33 AM
rockinmusicgv
    Thread: CI4 Models and Table Joins
Post: RE: CI4 Models and Table Joins

I'm currently using SQLite3 for the database. I'm not sure how that might affect performance - though since it's currently on a single core VPS maybe I shouldn't be worrying about this kinda thing...
4,520 Views
6 Replies
02-10-2022, 10:36 PM
rockinmusicgv
    Thread: Jobs/Queues in CI4
Post: RE: Jobs/Queues in CI4

gearman is a popular job server that supports PHP. It is possible to integrate some gearman routines within your codeigniter project. I think the biggest issue you'll run into is that HTTP is a stat...
4,102 Views
3 Replies
02-07-2022, 10:44 PM
rockinmusicgv
    Thread: CI4 Models and Table Joins
Post: RE: CI4 Models and Table Joins

Over the past few hours, I've begun to wonder if it is more worthwhile to sacrifice space to increase speed. Since a lot of the data is slow moving (a store building, for example, is unlikely to mo...
4,520 Views
6 Replies
02-07-2022, 10:34 PM
rockinmusicgv
    Thread: CI4 Models and Table Joins
Post: RE: CI4 Models and Table Joins

Thank you for your reply. This is a database with tens of millions of rows. I'm not used to datasets anywhere near this size, is using a view practical for such a large dataset?
4,520 Views
6 Replies
02-07-2022, 03:57 PM
rockinmusicgv
    Thread: CI4 Models and Table Joins
Post: CI4 Models and Table Joins

I'm using a cross reference table to have a many to many relationship in a database.  With the CI4 model, the table name and table columns are specified.  Is there a CI-standard way to combine three t...
4,520 Views
6 Replies
02-07-2022, 01:22 PM
rockinmusicgv
    Thread: Is there a CodeIgniter 3.x roadmap?
Post: Is there a CodeIgniter 3.x roadmap?

Good evening everyone. With the upcoming release of CI4, I am wondering if there are any plans to keep adding features to the CI3 codebase?  I am also wondering what the lifecycle of CI3 will be on...
2,898 Views
2 Replies
10-06-2019, 01:46 PM
rockinmusicgv

Theme © iAndrew 2016 - Forum software by © MyBB