Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Blob Data in Oracle
Post: Blob Data in Oracle

have a problem when trying to upload an image to an oracle database, i have the next code in my model: PHP Code: -- public function uploadImage($image, $id_image){         $builder = $this->db->t...
596 Views
1 Replies
03-13-2023, 12:51 PM
gurthang75
    Thread: Sharing session with no CI app
Post: RE: Sharing session with no CI app

Hi boyos!  first of all thks for the response! now... i tried the session check first in my base controller -> didnt work... its still creating a new session file in writable/session folder i change...
2,191 Views
4 Replies
01-03-2022, 09:58 AM
gurthang75
    Thread: Sharing session with no CI app
Post: Sharing session with no CI app

Hi guys! I´m having a hard time trying to share the same session between a native php app and a ci app the situation is the next: We are currently trying to migrate an entire app to CI4 the native ...
2,191 Views
4 Replies
12-30-2021, 11:31 AM
gurthang75
    Thread: Oracle OCI8 support for CI 4
Post: RE: Oracle OCI8 support for CI 4

rocksvern Wrote: (11-29-2021, 07:51 AM) -- gurthang75 Wrote: (11-23-2021, 09:07 AM) -- HI again! im having troubles with package/procedures executions when i got OUT variables in my package i dont ...
21,926 Views
24 Replies
12-09-2021, 05:24 AM
gurthang75
    Thread: Oracle OCI8 support for CI 4
Post: RE: Oracle OCI8 support for CI 4

HI again! im having troubles with package/procedures executions when i got OUT variables in my package i dont know how to retrieve the returning OUT variable value. Can someone gide me a bit? im foi...
21,926 Views
24 Replies
11-23-2021, 09:07 AM
gurthang75
    Thread: migrating to CI4 mantaining the old site
Post: migrating to CI4 mantaining the old site

HI! This is the situation: i got a site with my company php framework... we are trying to upgrade the tecnology by using Codeigniter 4 Framework. Is there a way to mantain both frameworks running l...
847 Views
0 Replies
11-18-2021, 07:46 AM
gurthang75
    Thread: Oracle OCI8 support for CI 4
Post: RE: Oracle OCI8 support for CI 4

Hi Boyos! i fixed the problem rewriting the Connection.php from the OCI8 Driver this way: Code: -- public function storedProcedure(string $package, string $procedure, array $params)     {        ...
21,926 Views
24 Replies
10-26-2021, 01:44 PM
gurthang75
    Thread: Oracle OCI8 support for CI 4
Post: RE: Oracle OCI8 support for CI 4

Hi! im testing the oralce driver and i got some bugs in it.. ill listing over here: 1) storeProcedures are not working correctly im doing something like this: PHP Code: -- $query = $db->storedProce...
21,926 Views
24 Replies
10-25-2021, 01:08 PM
gurthang75

Theme © iAndrew 2016 - Forum software by © MyBB