file php class pdo #file
Edit
by Iván Goded Carrete - 8 years ago (2017-03-01)
I need manipulate files
| I need manipulate files using PDO. |
- 3 Clarification requests
3.
by victor - 8 years ago (2017-03-20) Reply
PDO use SQLite for embbed database in file
2.
by Manuel Lemos - 8 years ago (2017-03-20) Reply
PDO is mainly for SQL databases but I guess there could be a driver class that would manipulate files depending on whether the queries would be of INSERT (create new file), SELECT (lists files), UPDATE (change files) and DELETE (remove files).
Files could be of one virtual table that would list file records like file name, contents, creation and modification date, etc..
1.
by Luis Martinez Ulloa - 8 years ago (2017-03-04) Reply
Hello Ivan:
How do you need to manipulate? which kind of operations over files do you need to use?
Ask clarification
3 Recommendations
This package can manipulate files and directories in several ways.
It can perform several types of operations. Currently it can:
- Create directories
- Generate random text strings
- Change file permissions
- Copy files or folders
- Move files and folders
- Delete files and folders
- Upload files validating several parameters
- Read and write files
- Setting default directory and sub directory
| by Muhammad Umer Farooq package author 135 - 7 years ago (2018-01-24) Comment
You can manage file by using this class
https://www.phpclasses.org/package/10621-PHP-Manipulate-files-and-directories-in-several-ways.html
This package can manipulate files and directories in several ways.
It can perform several types of operations. Currently it can:
-
Create directories
-
Generate random text strings
-
Change file permissions
-
Copy files or folders
-
Move files and folders
-
Delete files and folders
-
Upload files validating several parameters
-
Read and write files
- Setting default directory and sub directory
|
This class can save and load binary files in databases using PDO.
It can execute SQL queries using PDO to update a database table record with a LOB field that holds binary data.
The class can also execute a query that retrieves a LOB field value of a given record.
| by zinsou A.A.E.Moïse package author 6835 - 7 years ago (2017-11-10) Comment
you may use this as a good starting point. |
NewWay PHP File Manager: Manage files and directories with AJAX interface
This package can be used to manage files and directories with AJAX interface.
The main class can perform several types of operations on files and directories on the server.
Currently it can handle uploaded files, view and delete files and directories.
| by naveen package author 65 - 8 years ago (2017-03-20) Comment
you could easily manage files with this class,
it includes following operation
1.create
2.rename
3.delete
4.make directory
it uses GUI to make file managing easier |