Welcome Guest, Not a member yet? Register   Sign In
Read/Load all php files with a certain ending?
#13

[eluser]Nummero2[/eluser]
Ok kind of confused

Heres what I did:

created a new script php file and put your code in it

Quote:$test123 = glob(APPPATH.'helpers/*_autoload_helper.php');
foreach($test123 as $key=>$test12)
{
$test123[$key] = str_replace('_helper.php','',substr(strrchr($test12,'/'),1));
}

$autoload['helper'] = $test123;

echo dump ( $test123 );

in my index.php view I created a new case for testing if my helpers are given as an array (thats why I put the echo dump statement there)

All I get is a blank screen, no error messages whatsoever but no "dumped" array of my helpers :-(

I looked further and realisied that I don´t have a _autoload_helper.php file in my helper folders which are two
- one located in 'xampp\htdocs\intranet\system\helpers',
- the other one in 'xampp\htdocs\intranet\system\application\helpers',

Don´t know am I understanding something wrong or did the guy who created the system delete the file?

Any help is appreciated


Greetings Sebastian


Messages In This Thread
Read/Load all php files with a certain ending? - by El Forum - 08-07-2008, 07:32 AM
Read/Load all php files with a certain ending? - by El Forum - 08-07-2008, 10:41 AM
Read/Load all php files with a certain ending? - by El Forum - 08-07-2008, 03:04 PM
Read/Load all php files with a certain ending? - by El Forum - 08-07-2008, 03:31 PM
Read/Load all php files with a certain ending? - by El Forum - 08-07-2008, 11:54 PM
Read/Load all php files with a certain ending? - by El Forum - 08-08-2008, 12:33 AM
Read/Load all php files with a certain ending? - by El Forum - 08-08-2008, 12:51 AM
Read/Load all php files with a certain ending? - by El Forum - 08-08-2008, 01:22 AM
Read/Load all php files with a certain ending? - by El Forum - 08-08-2008, 01:25 AM
Read/Load all php files with a certain ending? - by El Forum - 08-08-2008, 01:53 AM
Read/Load all php files with a certain ending? - by El Forum - 08-08-2008, 02:09 AM
Read/Load all php files with a certain ending? - by El Forum - 08-08-2008, 02:56 AM
Read/Load all php files with a certain ending? - by El Forum - 08-08-2008, 04:05 AM
Read/Load all php files with a certain ending? - by El Forum - 08-08-2008, 04:20 AM
Read/Load all php files with a certain ending? - by El Forum - 08-08-2008, 04:34 AM
Read/Load all php files with a certain ending? - by El Forum - 08-08-2008, 04:44 AM
Read/Load all php files with a certain ending? - by El Forum - 08-08-2008, 06:29 AM
Read/Load all php files with a certain ending? - by El Forum - 08-08-2008, 06:41 AM
Read/Load all php files with a certain ending? - by El Forum - 08-10-2008, 10:06 AM
Read/Load all php files with a certain ending? - by El Forum - 08-10-2008, 11:02 AM
Read/Load all php files with a certain ending? - by El Forum - 08-10-2008, 01:27 PM
Read/Load all php files with a certain ending? - by El Forum - 08-10-2008, 02:15 PM



Theme © iAndrew 2016 - Forum software by © MyBB