Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: File upload validation with same name
Post: File upload validation with same name

Hi,  I try upload file with same name. my code: PHP Code: -- $validation = \Config\Services::validation(); $validation->setRules([      'files[]' => 'mime_in[files[],image/jpeg,image...
1,720 Views
1 Replies
01-23-2019, 03:06 PM
Vykintas
    Thread: Remove index.php
Post: Remove index.php

Hi, how to remove index.php from URL?  :huh:
5,933 Views
4 Replies
07-05-2018, 10:47 AM
Vykintas
    Thread: Using entity with table left join.
Post: Using entity with table left join.

Hi, how to use Codeigniter 4 entity when joined table? Like example I create two entity Orders and clients; in Order table I have client id and I want to join client table, so how ...
2,487 Views
1 Replies
07-02-2018, 06:56 AM
Vykintas
    Thread: Autoload Library
Post: RE: Autoload Library

Ok, I'll ask you more simply on CI3 automatically load library I just add this in autoload.php $this->load->library('User'); and in controller i can call User library methods like $this->user...
9,147 Views
5 Replies
11-13-2017, 07:08 AM
Vykintas
    Thread: Autoload Library
Post: Autoload Library

Hi, I try run autoload Library In autoload file /Config/Autoload.php I use this $classmap = [      'User' => APPPATH . 'libraries/user.php' ]; and I want auto run this class like CI3 $...
9,147 Views
5 Replies
11-10-2017, 01:19 PM
Vykintas

Theme © iAndrew 2016 - Forum software by © MyBB