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

[eluser]Nummero2[/eluser]
Yes thats the point. I´m not getting through the whole meaning of the preg_match function

-Namely where do I then define the function I am searching for? I mean where do I define that it should search the helper files for the _helper_test function if present?

-what is the variable $line for?

Heres my code now but it only shows a one line string like
string(74) "E:/xampp/htdocs/intranet/system/application/helpers/one_helper.php"

Code:

$helpers = glob(APPPATH.'helpers/*_helper.php');

$i=0;
foreach ($helpers as $line) {


preg_match('/^function (.+?)\(/',$line);
$i++;
}


echo var_dump( $line );


Sorry if the whole topic in itself is not reasonable but at the moment I´m just playing around with different ideas/methods.

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