SimonIsMe

Results 1 issues of SimonIsMe

Hey, I want to build a simple web file manager. Right now I got a code looking like this: ``` $config = new \DoctrineExtensions\NestedSet\Config($entityManager, 'src\File'); $nsm = new \DoctrineExtensions\NestedSet\Manager($config); $file...