A simple question that i cant resolve, how can i include a php file (with array) in the controler. When is place the file in src (not the good place, but for the example), the file is not found
$kenmerken = include('../src/1_vakantie-en-recreatie.php');
I think your answer is here: how to include file in zend framework controller?
If this didn't solved your problem let me know. good luck!