Advertisement
juliarnasution

helper laravel

Dec 5th, 2018
1,283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?php
  2.  
  3. if (!function_exists('fungsi_helper1')) {
  4.    
  5.     function fungsi_helper1()
  6.     {
  7.          //simpan code anda disini
  8.     }
  9. }
  10.  
  11. if (!function_exists('fungsi_helper2')) {
  12.  
  13.     function fungsi_helper2($parameter)
  14.     {
  15.         //simpan code anda disini
  16.     }
  17. }
  18. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement