Is it Resonse::view or will it be Response::view ?

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
auvee.aslam
Posts: 1
Joined: 28 Apr 2019, 10:12

Is it Resonse::view or will it be Response::view ?

Post by auvee.aslam » 28 Apr 2019, 10:40

In the aimeos.org/laravel-ecommerce-package/ , it is said that coding standard in aimeos is like,

Resonse::view( 'shop.catalog.list', [
'listbody' => Shop::get( 'catalog/lists' )->getBody(),
'listhead' => Shop::get( 'catalog/lists' )->getHeader()
] );

But I think it should be strated with Response::view( 'shop.catalog.list', [ ....... If my thought is right then it should be corrected from that page as aimeos is a good solution and becoming a great thing. Thank you.

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: Is it Resonse::view or will it be Response::view ?

Post by aimeos » 29 Apr 2019, 09:07

Thank you for your hint! It has been fixed now
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply