Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Database Forge
Post: Database Forge

Hello, Maybe the Database Forge is not designed for more purposes. I use it to create a table, modify a column, I realized it was not flexible enough. So I request some method for this class. modify...
2,328 Views
0 Replies
04-10-2018, 07:08 AM
iceleo
    Thread: Number of rows in Query Results
Post: Number of rows in Query Results

Hi, I think this feature is useful, sometime I need to check the value exists in database. Of course I can check by if $query->getRow() like this PHP Code: -- if ($query->getRow()) {...} -- In som...
3,152 Views
1 Replies
01-27-2018, 03:14 AM
iceleo
    Thread: How can I redirect in Controller?
Post: RE: How can I redirect in Controller?

Hi, I have test in other hosting, it works with two method redirect('somewhere') and redirect()->to('somewhere'). Maybe, I have problem with this hosting. I'm sorry about that.  But I have another p...
50,270 Views
6 Replies
01-25-2018, 08:30 AM
iceleo
    Thread: How can I redirect in Controller?
Post: RE: How can I redirect in Controller?

Hi Jreklund, I'm sure you give me a document of CI version < version 4. This is CI4, this is the document of CI4 https://bcit-ci.github.io/CodeIgniter4/. Maybe, I need a help from the constructor, th...
50,270 Views
6 Replies
01-25-2018, 06:25 AM
iceleo
    Thread: How can I redirect in Controller?
Post: How can I redirect in Controller?

Hi, I have a trouble, when I want to redirect to somewhere, my site is shutdowned. This is my code: PHP Code: -- return redirect('somewhere'); -- Let me know if I'm wrong. Thanks!
50,270 Views
6 Replies
01-25-2018, 02:04 AM
iceleo
    Thread: Encryption
Post: RE: Encryption

Yes, you'r right, thanks for your informations. But still hope you have a solution about the Encryption libary. I prefer use your interface, it will be clearly to show the code, someone else easy to r...
10,200 Views
7 Replies
01-23-2018, 09:38 PM
iceleo
    Thread: Encryption
Post: RE: Encryption

Hi, I have some example about the password. - I need to storage a hosting(server) password, of course I want to show it to a client, so I need to encrypt it and storage it in the database, then decry...
10,200 Views
7 Replies
01-23-2018, 08:53 PM
iceleo
    Thread: Encryption
Post: RE: Encryption

Hi, Thanks for information, I plan to build a project, and I love it is built with CI4, hope you get agreement on Encryption library.
10,200 Views
7 Replies
01-23-2018, 07:38 AM
iceleo
    Thread: Encryption
Post: Encryption

Hi, I have checked the code in Github, I realize you have built a lot of featured, but the Encryption is not built in. I expect it is built as soon as possible. Because, in basic site, we still nee...
10,200 Views
7 Replies
01-22-2018, 07:54 PM
iceleo

Theme © iAndrew 2016 - Forum software by © MyBB