PHPExcel integration into Zend Framework

前端 未结 6 768
忘了有多久
忘了有多久 2021-01-12 12:00

how can I integrate the PHPExcel into my Zend app.

My actual folder structure is the following:

/application
  controllers
  views  
  etc...
/librar         


        
6条回答
  •  情深已故
    2021-01-12 12:15

    It needs to be in your include path.

    If you ever need a custom autoloader for other libraries that don't follow PSR-0, there's this too: Autoload PhpThumb with Zend Framework (disclaimer: I'm the author).

提交回复
热议问题