![]() |
Sergey Kornilov admin 4/11/2014 |
It greatly depends on how you setup public and private areas in your project. Are they separate tables or just separate parts of the same table? Where public and private files are stored physically? |
B
|
bencroftweb author 4/11/2014 |
It greatly depends on how you setup public and private areas in your project. Are they separate tables or just separate parts of the same table? Where public and private files are stored physically?
|
![]() |
Sergey Kornilov admin 4/11/2014 |
I see what you saying. So there are two fields in the same table, one stores public files and another one stores private ones. $private = my_json_decode($values["private"]); |