PHP code example of citizennet / sf-combine-plugin

1. Go to this page and download the library: Download citizennet/sf-combine-plugin 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/ */

    

citizennet / sf-combine-plugin example snippets

 use_helper('sfCombine') 
  
  
  
  
  
 echo $sf_flash->getRaw('notice') 
 use_helper('sfCombine') 
  
  
  
  
 echo stylesheet_tag('ie6.css') 
 echo $sf_flash->getRaw('notice') 
  
  
  
  
 echo $sf_flash->getRaw('notice') 
 use_javascript_grouped('foo.js', 'group'); 
 use_helper('sfCombine')