PHP Code Snippet Library
Available Snippets
+ Affichage

+ PHP_CSL_6

 + Snips_Add

 + Cats_Edit

 + Menu

 + Cats_Delete

 + Middle

 + Cats_Add

 + Snips_Delete

 + README

 + Index

 + Snips_Edit

 + Configuration

 + Classes

+ String_manipulation

+ Variables

Generic Options
+   Main page

+   Add new snippet

+   Add new category

+   Edit a category

+   Delete a category

Unique Options
+   Edit this snippet

+   Delete this snippet

+   Edit this category

+   Delete this category

Syntax for: PHP_CSL_6 . Configuration
<?
// home/root directory
$snippet_root     = @dirname(__FILE__);


// template file used to create syntax library file
$snippet_s        "/library.s"


// template file used to create description library file
$snippet_d        "/library.d"


// library folder name
// *** Remeber to chmod this dir to 777 ***
$snippet_library  "/library/";


// file which store the snippets categories
$snippet_cats     $snippet_root."/cats.cfg";


// library syntax file extension/suffix
$snippet_ext_s    ".s";


// library description file extension/suffix
$snippet_ext_d    ".d";


// current theme
// default | tan | green | gray | black
$snippet_theme    "themes/default";
?>
 
Description for: PHP_CSL_6 . Configuration
PHP CSL Configuration file.