PHP Classes

File: resources/views/include_test2.blade.php

Recommend this page to a friend!
  Classes of Joshy Francis   Phpnopea   resources/views/include_test2.blade.php   Download  
File: resources/views/include_test2.blade.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: 133 bytes
 

Contents

Class file image Download
<h3>Included View 2</h3>
<br>
<?php
   
echo 'Passed from above view : '. $some_data;
    echo
'<br>';
    echo
$test;
   
var_dump($arr);
   
?>