PHP Classes

File: app/Http/Controllers/Common/helper.php

Recommend this page to a friend!
  Classes of Joshy Francis   Phpnopea   app/Http/Controllers/Common/helper.php   Download  
File: app/Http/Controllers/Common/helper.php
Role: Auxiliary script
Content type: text/plain
Description: Configuration script
Class: Phpnopea
Simplified MVC Web application framework
Author: By
Last change:
Date: 12 days ago
Size: 124 bytes
 

Contents

Class file image Download
<?php
function share_data_with_view(){
   
//var_dump(get_class($this));
   
View::share('share_otf', 'share data on the fly');
}