This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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 | |
| // |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ///EXHIBIT | |
| public function medias() | |
| { | |
| return $this->hasMany('Media','parent_id','exhibit_id'); | |
| } | |
| ///ARTOBJ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @if ($noajax==1) | |
| @extends('layouts.master') | |
| @endif | |
| @section('content') | |
| //controller |
NewerOlder