h4tr3d Posted October 12, 2007 Share Posted October 12, 2007 Hi, I'm trying to figure out how to take the login variables from joomla into the contents. Does anyone know how? Also, I am stuck on understanding a php function. It is in joomla a lot. It is like this $params->get( 'header_login' ) or something like that. What I don't get is the -> What is this? Could someone explain to me and tell me also how to use it. I am used to using sessions and unfamiliar with this syntax. Thank you. Link to comment https://forums.phpfreaks.com/topic/72972-solved-joomla/ Share on other sites More sharing options...
MmmVomit Posted October 12, 2007 Share Posted October 12, 2007 http://www.php.net/manual/en/language.oop.php It means that $params is an object or class, and get is a member function. Link to comment https://forums.phpfreaks.com/topic/72972-solved-joomla/#findComment-367997 Share on other sites More sharing options...
h4tr3d Posted October 12, 2007 Author Share Posted October 12, 2007 thank you. Link to comment https://forums.phpfreaks.com/topic/72972-solved-joomla/#findComment-367999 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.