Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Saving Hashed Passwords in my database.php
Post: RE: Saving Hashed Passwords in my database.php

natanfelles Wrote: (06-19-2017, 02:08 PM) -- I never did it but I believe that you can use Encryption Library (https://codeigniter.com/user_guide/libraries/encryption.html). But anyway, your encry...
29,692 Views
7 Replies
06-21-2017, 02:53 AM
zashishz
    Thread: Saving Hashed Passwords in my database.php
Post: RE: Saving Hashed Passwords in my database.php

skunkbad Wrote: (06-19-2017, 07:35 AM) -- Why? If somebody has access to your file system, they can investigate and find your DB credentials no matter where you put them, and no matter how you store ...
29,692 Views
7 Replies
06-21-2017, 02:50 AM
zashishz
    Thread: Saving Hashed Passwords in my database.php
Post: Saving Hashed Passwords in my database.php

Looking for a way to store hashed passwords for my DB Connections in database.php file instead of plaintext. Please let me know any examples. Thanks, Ashish
29,692 Views
7 Replies
06-19-2017, 06:45 AM
zashishz
  Question Thread: Dynamic database.php configuration
Post: Dynamic database.php configuration

Hi, Is it possible to get data from a form and pass the values to application/config/database.php to configure database dynamically. Can we read and update below values programatically..?? Code: --...
1,336 Views
0 Replies
05-24-2017, 04:03 AM
zashishz
    Thread: How to reload a custom library
Post: RE: How to reload a custom library

zashishz Wrote: (05-19-2017, 03:51 AM) -- I have created a custom library which depends on session data. In my main controller i am initializing session values and want to reload custom library ba...
6,120 Views
2 Replies
05-24-2017, 03:47 AM
zashishz
  Exclamation Thread: How to reload a custom library
Post: How to reload a custom library

I have created a custom library which depends on session data. In my main controller i am initializing session values and want to reload custom library based on new values every time page is refres...
6,120 Views
2 Replies
05-19-2017, 03:51 AM
zashishz
    Thread: Execute Oracle procedure with one OUT parameter
Post: RE: Execute Oracle procedure with one OUT paramete...

donpwinston Wrote: (05-15-2017, 03:42 PM) -- try $this->db->call_function('Sample', $id, $title, &$status_code); You might have to rewrite your procedure into a function and return $status_code...
7,828 Views
3 Replies
05-17-2017, 09:21 AM
zashishz
  Question Thread: Execute Oracle procedure with one OUT parameter
Post: Execute Oracle procedure with one OUT parameter

I am able to execute stored procedure in CI with IN params. But Having problems using a procedure with one or more OUT params in oracle. Example: CREATE OR REPLACE PROCEDURE Sample (id IN NUMBE...
7,828 Views
3 Replies
05-15-2017, 10:12 AM
zashishz

Theme © iAndrew 2016 - Forum software by © MyBB