From 4d536f61881047e3acead8566c910ad92b26837e Mon Sep 17 00:00:00 2001 From: Awilum Date: Wed, 20 Feb 2019 16:22:34 +0300 Subject: [PATCH] Flextype Core: Flextype - fixes --- flextype/Flextype.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/flextype/Flextype.php b/flextype/Flextype.php index 09650b99..39bfff7f 100755 --- a/flextype/Flextype.php +++ b/flextype/Flextype.php @@ -105,19 +105,9 @@ class Flextype // Get Plugins Instance Plugins::getInstance(); - // echo '
';
-    //    print_r(Entries::fetchAll('test', 'slug', 'DESC'));
-    //    echo '
'; - - // die(); - // Get Site Instance Site::getInstance(); - //var_dump(\Symfony\Component\Yaml\Yaml::DUMP_MULTI_LINE_LITERAL_BLOCK); - - //Entries::create('test', ['title' => 'Title', 'content' => "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis \nnostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.\n Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."]); - // Flush (send) the output buffer and turn off output buffering ob_end_flush(); }