Search found 2 matches
- Fri Nov 16, 2007 2:06 pm
- Forum: Joombie Coding Q/A
- Topic: how do i get the $params->get to work from within a function ?
- Replies: 2
- Views: 1426
Re: how do i get the $params->get to work from within a function ?
Found the solution to the problem.. putting following code to the main body of the .php file $params = & new mosParameters( $module->params); passing it on to the functions that need it... ToonWhois($joomlaref,$debug, &$params); Call the parameters from within the function $respond1 = $param...
- Fri Nov 16, 2007 10:22 am
- Forum: Joombie Coding Q/A
- Topic: how do i get the $params->get to work from within a function ?
- Replies: 2
- Views: 1426
how do i get the $params->get to work from within a function ?
Hi , Joomla 1.0.13 problem... I'm trying to write a module that has several parts... I splitted up the functions of my module into functions, but the data that i retrieve through the function is not sowing up... I go to my page and it standard shows content , when submitting to that same page its sh...