Welcome Guest, Not a member yet? Register   Sign In
Search for a certain function in all helper files?
#1

[eluser]Nummero2[/eluser]
Hi,

me again :-)

I´m trying the following:

-load all helper in my helpers directory
-search them for a certain test function which if its present its always present in the following context: "xxx_helper_test" (xxx represents the various helper names)
-put the results (where the function was found) in a variable and output the _helper_test function in a foreach loop for each helper file with it.

What I got for now: (thankfully because of your help :-))
<?

$helpers = glob(APPPATH.'helpers/*_helper.php'); //so I got my helper files in an array

?>

So the array outputs as "E:/xampp/htdocs/intranet/system/application/helpers/xxx_helper.php"
and so on for all helpers

Now, how can I search the helpers for the function? Can´t find anything corresponding in the php manual :-(

Help?

Greetings Sebastian


Messages In This Thread
Search for a certain function in all helper files? - by El Forum - 08-14-2008, 04:27 AM
Search for a certain function in all helper files? - by El Forum - 08-14-2008, 04:42 AM
Search for a certain function in all helper files? - by El Forum - 08-14-2008, 08:48 AM
Search for a certain function in all helper files? - by El Forum - 08-14-2008, 08:59 AM
Search for a certain function in all helper files? - by El Forum - 08-14-2008, 11:40 AM
Search for a certain function in all helper files? - by El Forum - 08-14-2008, 12:13 PM
Search for a certain function in all helper files? - by El Forum - 08-14-2008, 04:10 PM
Search for a certain function in all helper files? - by El Forum - 08-14-2008, 05:12 PM
Search for a certain function in all helper files? - by El Forum - 08-15-2008, 04:26 AM
Search for a certain function in all helper files? - by El Forum - 08-15-2008, 07:31 AM
Search for a certain function in all helper files? - by El Forum - 08-15-2008, 11:43 AM
Search for a certain function in all helper files? - by El Forum - 08-15-2008, 02:14 PM
Search for a certain function in all helper files? - by El Forum - 08-17-2008, 06:39 AM
Search for a certain function in all helper files? - by El Forum - 08-17-2008, 09:04 AM
Search for a certain function in all helper files? - by El Forum - 08-18-2008, 01:55 AM
Search for a certain function in all helper files? - by El Forum - 08-18-2008, 02:23 AM
Search for a certain function in all helper files? - by El Forum - 08-18-2008, 06:08 AM
Search for a certain function in all helper files? - by El Forum - 08-18-2008, 06:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB