Hi,

I need to extend the controller of Aimeos extension as I need to access some of its objects in my own extension.

The controller in extn:

class SaleController extends \Aimeos\Aimeos\Controller\AbstractController {


The TS:

config.tx_extbase {
    objects {
    # Extending a controller
    Tx_Aimeos_Controller_AbstractController {
        className = Tx_Cbrlz_Controller_UserController
        }
    }
}


After this my views are not working any more. I get error when I call $this->view->assign(...) in the my actions.

"Fatal error: Call to a member function assign() on null"


regards
Vikram Mandal
--
FiveE.in
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to