What is the most effective method to get the bin things with properties in different class

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: What is the most effective method to get the bin things with properties in different class

Post by aimeos » 08 Jul 2019, 11:07

Use the frontend controller to get the objects themselves (2019+ version):

Code: Select all

$basket = \Aimeos\Controller\Frontend::create( $context, 'basket' )->get();
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply