Welcome Guest, Not a member yet? Register   Sign In
FileCollection and addDirectory
#3

That gives me Class "CodeIgniter\Files\FileCollection" not found....

This is a grep for "FileCollection" in my project's home:


Code:
system/HTTP/IncomingRequest.php:use CodeIgniter\HTTP\Files\FileCollection;
system/HTTP/IncomingRequest.php:    * @var FileCollection|null
system/HTTP/IncomingRequest.php:            $this->files = new FileCollection();
system/HTTP/IncomingRequest.php:            $this->files = new FileCollection();
system/HTTP/IncomingRequest.php:            $this->files = new FileCollection();
system/HTTP/Files/FileCollection.php: * Class FileCollection
system/HTTP/Files/FileCollection.php:class FileCollection


I don't see any system/Files/FileCollection.php..... ?
Reply


Messages In This Thread
FileCollection and addDirectory - by skeyby - 01-23-2022, 07:25 AM
RE: FileCollection and addDirectory - by iRedds - 01-23-2022, 01:13 PM
RE: FileCollection and addDirectory - by skeyby - 01-23-2022, 01:31 PM
RE: FileCollection and addDirectory - by skeyby - 01-23-2022, 01:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB