CloneSet1298


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9210.993statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1949
administrator/components/com_config/controllers/application.php
2937
libraries/joomla/html/parameter/element/editors.php
Clone Instance
1
Line Count
9
Source Line
49
Source File
administrator/components/com_config/controllers/application.php

                // PRE-PROCESS SOME LIST
                // -- Editors --
                // compile list of the editors
                $query=  'SELECT element AS value, name AS text'
                         .       ' FROM #__extensions'
                         .       ' WHERE folder = "editors"'
                         .       ' AND type = "plugin"'
                         .       ' AND enabled = 1'
                         .       ' ORDER BY ordering, name';

                $db->setQuery($query);
                $edits=  $db->loadObjectList();


Clone Instance
2
Line Count
9
Source Line
37
Source File
libraries/joomla/html/parameter/element/editors.php

                // compile list of the editors
                $query=  'SELECT element AS value, name AS text'
                         . ' FROM #__extensions'
                         . ' WHERE folder = "editors"'
                         . ' AND type = "plugin"'
                         . ' AND enabled = 1'
                         . ' ORDER BY ordering, name';

                $db->setQuery($query);
                $editors=  $db->loadObjectList();


Clone AbstractionParameter Count: 1Parameter Bindings

// PRE-PROCESS SOME LIST
// -- Editors --
// compile list of the editors
$query='SELECT element AS value, name AS text'
       . ' FROM #__extensions'
       . ' WHERE folder = "editors"'
       . ' AND type = "plugin"'
       . ' AND enabled = 1'
       . ' ORDER BY ordering, name';
$db->setQuery($query);
 [[#variable1effbd60]]=$db->loadObjectList();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1effbd60]]
$edits 
12[[#1effbd60]]
$editors