Refactoring of the compiler continues.

This commit is contained in:
2016-03-01 20:44:13 +02:00
parent 5a541340c8
commit 36d45f2ff6
366 changed files with 2531 additions and 2123 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1141,7 +1141,7 @@ class Get
/*
* Get all Custom View Data
*
* @param int $id The view ID
* @param int $id The view ID
* @param string $table The view table
*
* @return oject The view data
@ -1319,7 +1319,7 @@ class Get
/*
* Get all Field Data
*
* @param int $id The field ID
* @param int $id The field ID
* @param string $name_single The view edit or single name
* @param string $name_list The view list name
*
@ -1470,7 +1470,7 @@ class Get
/*
* Set get Data
*
* @param array $ids The ids of the dynamic get
* @param array $ids The ids of the dynamic get
* @param string $view_code The view code name
*
* @return oject the get dynamicGet data
@ -2012,13 +2012,13 @@ class Get
/*
* Set Data Selection of the dynamic get
*
* @param string $method_key The method unique key
* @param string $view_code The code name of the view
* @param string $string The data string
* @param string || INT $asset The asset in question
* @param string $as The as string
* @param int $row_type The row type
* @param string $type The target type (db||view)
* @param string $method_key The method unique key
* @param string $view_code The code name of the view
* @param string $string The data string
* @param string || INT $asset The asset in question
* @param string $as The as string
* @param int $row_type The row type
* @param string $type The target type (db||view)
*
* @return array the select query
*
@ -2127,7 +2127,7 @@ class Get
*
* @param string $tables The tables to use in build
* @param string $view The target view/table to dump in
* @param int $view_id The id of the target view
* @param int $view_id The id of the target view
*
* @return string on success with the Dump SQL
*

View File

@ -0,0 +1 @@
<html><body bgcolor="#FFFFFF"></body></html>

View File

@ -47,6 +47,13 @@ class Infusion extends Interpretation
return false;
}
/*
* Build the content for the structure
*
*
* @return boolean on success
*
*/
protected function buildFileContent()
{
if (isset($this->componentData->admin_views) && ComponentbuilderHelper::checkArray($this->componentData->admin_views))

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.0
@build 29th February, 2016
@version 2.1.1
@build 1st March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage componentbuilder.php

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.0
@build 29th February, 2016
@version 2.1.1
@build 1st March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage batch_.php

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.0
@build 29th February, 2016
@version 2.1.1
@build 1st March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage indenter.php

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.0
@build 29th February, 2016
@version 2.1.1
@build 1st March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage js.php

View File

@ -10,8 +10,8 @@
|_|
/-------------------------------------------------------------------------------------------------------------------------------/
@version 2.1.0
@build 29th February, 2016
@version 2.1.1
@build 1st March, 2016
@created 30th April, 2015
@package Component Builder
@subpackage minify.php