News:

Looking for documentation? Take a look on our wiki

Main Menu

How to call $this->assignRef in Controller from View?

Started by blackjet9999, December 10, 2012, 12:19:19 PM

Previous topic - Next topic

blackjet9999

Hi,

I'm using Joomla 2.5 Virtuemart 2.0

I would like to call $this->assignRef  in mysite/components/com_virtuemart/controllers/cart.php from mysite/components/com_virtuemart/views/cart/view.html.php

However, I don't know how.

Please advice.

Thanks

balai

assignRef   is a function that belongs to the jview class. Cannot called outside of it.
Also it is deprecated function $this->yourvar does the trick in the view

I cannot find any reason to do that in the controller