Die Frucht aber des Geistes ist Liebe, Freude, Friede, Geduld, Freundlichkeit, Gütigkeit, Glaube, Sanftmut, Keuschheit. Wider solche ist das Gesetz nicht. Galater 5:22-23
You must include the PHP code of the files which have the objects. Then you call the TYPO3 API to generate the object:
$viewObj = &t3lib_div::getUserObj('&tx_ttproducts_user_view');
And the init method must be called.
The basket object is in the file model/class.tx_ttproducts_basket.php .