Ejemplo n.º 1
0
 public static function init()
 {
     GlobalMas::$host = 'mydatabase.ctla99hip1d5.us-west-2.rds.amazonaws.com:3306';
     GlobalMas::$user = '******';
     GlobalMas::$pass = '******';
     GlobalMas::$database = "compiler";
     //------------------------------------------------------
     ProjectGlobal::$compileObj = array("compile" => array(array("save_path" => "", "compileType" => "inject", "outputContent" => array("saveas" => "index.html"), "imagesProp" => array("base64" => true, "fileProp" => array("fileTypeProp" => array("png" => array("quality" => 100), "jpeg" => array("quality" => 90)))), "files" => array("data.js" => array("base64" => false)), "getIncluded" => false, "minify" => true)));
 }
Ejemplo n.º 2
0
 public static function init()
 {
     //GlobalMas::$host = 'mydatabase.ctla99hip1d5.us-west-2.rds.amazonaws.com:3306';
     //GlobalMas::$user = '******';
     //GlobalMas::$pass = '******';
     //GlobalMas::$database = "compiler";
     GlobalMas::$host = '127.0.0.1:9306';
     //GlobalMas::$user = '******';
     //GlobalMas::$pass = '******';
     //GlobalMas::$database = "compiler";
     ProjectGlobal::$compileObj = array("compile" => array(array("save_path" => "seperate/", "removeHTMLComments" => false, "outputContent" => array("saveas" => "index.html"), "imagesProp" => array("fileProp" => array("fileTypeProp" => array("png" => array("quality" => 100), "jpeg" => array("quality" => 100))), "save_dir" => "project/images/"), "getIncluded" => false, "minify" => false, "cssProp" => array("matchProp" => array("applyToFilesIn" => array("project/css/" => array("save_dir" => "project/css/"), "project/js/" => array("save_dir" => "project/css/"))), "save_dir" => "global/css/"), "tmplProp" => array("compileType" => "inject", "minify" => false)), array("save_path" => "single/", "compileType" => "inject", "outputContent" => array("saveas" => "index.html"), "imagesProp" => array("base64" => true, "save_dir" => "", "fileProp" => array("fileTypeProp" => array("png" => array("quality" => 1), "jpeg" => array("quality" => 40)))), "files" => array("data.js" => array("base64" => false)), "getIncluded" => false, "minify" => true)));
 }
Ejemplo n.º 3
0
 public static function init()
 {
     GlobalMas::$host = 'mydatabase.ctla99hip1d5.us-west-2.rds.amazonaws.com:3306';
     GlobalMas::$user = '******';
     GlobalMas::$pass = '******';
     GlobalMas::$database = "compiler";
     GlobalMas::$filesPath_relative = "/Modules/generated_files/compiler/";
     GlobalMas::$filesPath_absolute = $_SERVER["DOCUMENT_ROOT"] . GlobalMas::$filesPath_relative;
     GlobalMas::$filesPath_web = GenFun::get_full_url(GlobalMas::$filesPath_absolute) . "/";
     //------------------------------------------------------
     ProjectGlobal::$compileObj = array("compile" => array(array("save_path" => "", "compileType" => "inject", "outputContent" => array("saveas" => "index.html"), "imagesProp" => array("base64" => true, "fileProp" => array("fileTypeProp" => array("png" => array("quality" => 100), "jpeg" => array("quality" => 90)))), "files" => array("data.js" => array("base64" => false)), "getIncluded" => false, "minify" => true)));
 }
Ejemplo n.º 4
0
 public static function init()
 {
     ProjectGlobal::$compileObj = array("compile" => array(array("save_path" => "seperate/", "removeHTMLComments" => false, "outputContent" => array("saveas" => "index.html"), "imagesProp" => array("fileProp" => array("fileTypeProp" => array("png" => array("quality" => 100), "jpeg" => array("quality" => 100))), "save_dir" => "project/images/"), "getIncluded" => false, "minify" => false, "cssProp" => array("matchProp" => array("applyToFilesIn" => array("{strict}project/css/" => array("save_dir" => "project/css/"), "project/js/" => array("save_dir" => "project/css/"))), "save_dir" => "global/css/"), "tmplProp" => array("compileType" => "inject", "minify" => false)), array("save_path" => "single/", "compileType" => "inject", "outputContent" => array("saveas" => "index.html"), "imagesProp" => array("base64" => true, "save_dir" => "", "fileProp" => array("fileTypeProp" => array("png" => array("quality" => 1), "jpeg" => array("quality" => 40)))), "files" => array("data.js" => array("base64" => false)), "getIncluded" => false, "minify" => true)));
 }
Ejemplo n.º 5
0
 public static function init()
 {
     ProjectGlobal::$compileObj = array("compile" => array(array("save_path" => "", "compileType" => "inject", "outputContent" => array("saveas" => "index.html"), "imagesProp" => array("base64" => true), "getIncluded" => false, "minify" => true)));
 }
Ejemplo n.º 6
0
 public static function init()
 {
     ProjectGlobal::$compileObj = array("compilePath" => dirname(__FILE__) . "generated_files/compiler/" . $_GET['pageID'] . "/", "compile" => array(array("save_path" => "single/", "compileType" => "inject", "outputContent" => array("saveas" => "index.html"), "imagesProp" => array("base64" => true, "save_dir" => "", "fileProp" => array("fileTypeProp" => array("png" => array("quality" => 1), "jpeg" => array("quality" => 40)))), "files" => array("data.js" => array("base64" => false)), "getIncluded" => false, "minify" => true)));
 }