PHP code example of andydune / rzn-view-files-path

1. Go to this page and download the library: Download andydune/rzn-view-files-path library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

andydune / rzn-view-files-path example snippets

	
         echo $this->headLink(array('rel' => 'shortcut icon', 'type' => 'image/vnd.microsoft.icon', 'href' => $this->viewFilesPath('/img/favicon.ico')))
                        ->prependStylesheet($this->viewFilesPath('/css/bootstrap.min.css')) 

   ...
   'modules' => array(
        'RznViewFilesPath',
   ),
   ...