php - Zend 2 paginator view script problems -
I am trying to test Zend Paginator for the first time. I follow the prompts given on the official site, but nothing is wrong in my endorsement control.
This is the code I think:
foreach ($ this-> Paginator as $ line) {echo $ row-> From_name ''. $ Line-> Name ',' & lt; Br> & # 39; & # 39; Echo $ row-> message; (;; Array '(path' = & gt paginator, 'sliding', 'paginator script'; 'inbox / paginator') $ this- & gt; paginationControl;} $ echo this->
Where paginator-script is a route that I have defined in module.config.php:
'view_manager' = & gt; Array ('template_path_stack' = & gt; array ('inbox' = & gt; __DIR__ '/../view'), 'template_map' = & gt; array ('paginator-script' = & gt; __DIR__ '/ When I run the application, the following message appears:
WARNING: (C: \ XAMPP \ htdocs \ PROJECTA \ Module \ inbox \ config /../ view / itempagination.phtml): Such a file or directory in C: \ XAMPP \ htdocs \ PROJECTA \ vendor \ zendframework \ zendframework \ See the library \ Zend \ Stream has failed to open \ Exponent \ PhpRenderer 506
on the .php line Warning: included (): failed to open 'C: \ XAMPP \ htdocs \ PROJECTA \ Module \ inbox \ config /../ view / itempagination.phtml' C: included Go (include_path = '\ xampp \ php; p; c'): for \ xampp \ htdocs \ prajecta \ vendor \ zendframework \ zendframework \ library \ zend \ view \ exponent \ phpRenderer.php line 506
The item given on the official Z website for item endorsement within itempagination.phtml is adequate control.
I do not understand what is wrong, can you help me?
Thank you!
Comments
Post a Comment