tangra logo
   
[ class tree: tangra_lib ] [ index: tangra_lib ] [ all elements ]
 

Procedural File: rc_d.inc.php

Source Location: /core/rc_d.inc.php

Page Details

Contains function get_rc_d_scripts_ordered

Filesource:  Source Code for this file
Functions
get_rc_d_scripts_ordered  [line 21]

array get_rc_d_scripts_ordered( string $site_boot_path  )

Loads boot scripts` names found in $site_boot_path and returns them as an ascending sorded array.

Boot scipt files must start with "S" in order to be recognized as boot scripts.

Parameters:
string   $site_boot_path: 

Information Tags:
Throws:  Tangra_Exception

[ Top ]