Refactoring of the compiler continues.
This commit is contained in:
1767
admin/helpers/compiler/fields.php
Normal file
1767
admin/helpers/compiler/fields.php
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
*
|
1
admin/helpers/compiler/index.html
Normal file
1
admin/helpers/compiler/index.html
Normal file
@ -0,0 +1 @@
|
||||
<html><body bgcolor="#FFFFFF"></body></html>
|
@ -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))
|
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user