Skip to content

Instantly share code, notes, and snippets.

@DB-009
Created October 14, 2014 15:25
Show Gist options
  • Save DB-009/4fce1a559c5f41a79d51 to your computer and use it in GitHub Desktop.
Save DB-009/4fce1a559c5f41a79d51 to your computer and use it in GitHub Desktop.
Help meh pwease!
//I want to know If I can make calls like this in laravel
<?php echo $this->App->ancestorsTree($items, array('AppHelper', 'modulesCallback'), 0, 'SystemModule', array('AppHelper', 'addSpacer')); ?>
<?php echo $this->requestAction(array('action' => 'search_system_modules ?>//this line is calling a php page that i pasted under this
/////Search system modules php page
<?php
//
?>
<thead>
<tr>
<th class="checkbox-td">
<i class="fa fa-square-o" data-original-title="Select / Deselect All"></i>
<input type="checkbox" style="display:none;">
</th>
<th>Order</th>
<th>Title</th>
<th>URL</th>
</tr>
</thead>
<tbody class="grid_table_body">
<?php echo $this->App->ancestorsTree($items, array('AppHelper', 'modulesCallback'), 0, 'SystemModule', array('AppHelper', 'addSpacer')); ?>
</tbody>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment