简体   繁体   中英

zend framework include php array in controller

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!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM