Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Codeigniter 4 and Docker
Post: RE: Codeigniter 4 and Docker

Hello, I've created some tutorials on how to set up Docker containers for CodeIgniter. Please, give them a try, and tell me your opinion: https://avenir.ro/codeigniter-4/codeigniter-4-using-dock...
27,429 Views
15 Replies
10-12-2020, 07:07 AM
Avenirer
    Thread: Simple Form Post Not Working
Post: RE: Simple Form Post Not Working

Isn't it "public function __construct()" (with two underscores)? Also, why use "session_start()" (native php function), and then use "$this->session->userdata" (CodeIgniter specific method)? Why no...
6,416 Views
2 Replies
04-18-2018, 01:38 AM
Avenirer
    Thread: How to change "id" in url
Post: RE: How to change "id" in url

kelapamuda Wrote: (02-19-2018, 02:15 AM) -- Because it has login system, and user after login, he only could see his own data and edit his own data. But the situation now, if his id is 15, he could u...
6,221 Views
6 Replies
02-19-2018, 02:32 AM
Avenirer
    Thread: How to change "id" in url
Post: RE: How to change "id" in url

You could encrypt/decrypt the id. But my question is why would you want someone to be able to update a record but not another record and not mention that in the table (like, for example, updater_id or...
6,221 Views
6 Replies
02-19-2018, 01:18 AM
Avenirer
    Thread: Make safety api
Post: RE: Make safety api

Whitelist the shop IP?
4,521 Views
4 Replies
02-19-2018, 12:51 AM
Avenirer
    Thread: DBFORGE add field zerofill
Post: RE: DBFORGE add field zerofill

Just do it manually:  PHP Code: -- $this->dbforge->add_field("month TINYINT(2) UNSIGNED ZEROFILL NOT NULL"); --
3,895 Views
3 Replies
02-17-2018, 10:41 AM
Avenirer
    Thread: CSRF problem issue
Post: RE: CSRF problem issue

sidd89 Wrote: (02-17-2018, 03:49 AM) -- I am having a problem with csrf protection... I want to use it only in index page for login but after making the csrf config true it gives me error "action not...
2,725 Views
2 Replies
02-17-2018, 10:33 AM
Avenirer
    Thread: A tutorial about Ion Auth and authentication in CI3
Post: RE: A tutorial about Ion Auth and authentication i...

Make sure that you have latest version of CI, and, if you don't mind, show me the sessions config.
116,472 Views
27 Replies
06-15-2017, 12:21 AM
Avenirer
    Thread: A tutorial about Ion Auth and authentication in CI3
Post: RE: A tutorial about Ion Auth and authentication i...

@lanoux Did you set up the sessions library?
116,472 Views
27 Replies
06-14-2017, 07:22 AM
Avenirer
    Thread: upload on local work but on server not work ?
Post: RE: upload on local work but on server not work ?

Make sure that the directory is writable.
3,318 Views
1 Replies
06-04-2017, 07:52 AM
Avenirer
    Thread: Validation sum of input
Post: RE: Validation sum of input

What do you mean when saying "is not good"? The rule is executed for each input in that repartition array.
6,189 Views
5 Replies
06-04-2017, 07:50 AM
Avenirer
    Thread: A tutorial about Ion Auth and authentication in CI3
Post: RE: A tutorial about Ion Auth and authentication i...

Russian dating adverts??? I only have Google AdSense, which offers ads depending on visitor's browsing history. Here's a tip: when visiting pornhub or Russian torrent websites, try to visit the websit...
116,472 Views
27 Replies
04-16-2017, 06:39 AM
Avenirer
    Thread: A tutorial about Ion Auth and authentication in CI3
Post: RE: A tutorial about Ion Auth and authentication i...

Toddles Wrote: (04-15-2017, 03:32 PM) -- Avenirer Wrote: (10-28-2015, 06:21 AM) -- Maybe you will find out that I speak too much about Ion Auth, given my previous tutorial series regarding the creat...
116,472 Views
27 Replies
04-15-2017, 11:29 PM
Avenirer
    Thread: Beginner... any open source project to start?
Post: RE: Beginner... any open source project to start?

Gtya Wrote: (03-17-2017, 04:49 AM) -- thank you, yes i followed the tutorial of "Avenir", thank you for the library links too i would have wanted a sketelon project but so i will continue to learn...
15,498 Views
7 Replies
03-21-2017, 06:42 AM
Avenirer
    Thread: How to build an admin panel [SOLVED]
Post: RE: How to build an admin panel

Try Ion_auth. It's quite basic and does the job well.
11,186 Views
5 Replies
02-17-2017, 09:30 AM
Avenirer
    Thread: 404 page not found
Post: RE: 404 page not found

can you show us where in the autoload you loaded the helper?
2,073 Views
1 Replies
02-17-2017, 09:26 AM
Avenirer
    Thread: How to concatenate and minify JS files
Post: RE: How to concatenate and minify JS files

..or you can try my library (https://github.com/avenirer/Assetor)... Haven't updated it for quite some time but no one complained yet. The usage instruction can be found here: https://github.com/aven...
6,766 Views
5 Replies
02-03-2017, 08:45 AM
Avenirer
    Thread: upload and read file from doc/docx file
Post: RE: upload and read file from doc/docx file

A lot of people talk about this: https://github.com/PHPOffice
3,629 Views
1 Replies
01-11-2017, 01:28 AM
Avenirer
    Thread: Logging library or helper?
Post: RE: Logging library or helper?

Hello. I don't know if this helps, but do give a try to my Rat library: https://github.com/avenirer/CodeIgniter-Rat
9,062 Views
6 Replies
01-11-2017, 12:44 AM
Avenirer
    Thread: session_start(): Cannot send session cookie
Post: RE: session_start(): Cannot send session cookie

How about you show us the code? Or better yet, look into your application/config/config.php and find out if you outputted something in there.
10,516 Views
3 Replies
12-14-2016, 04:35 AM
Avenirer

Theme © iAndrew 2016 - Forum software by © MyBB