Fatal error: Call to a member function get() in joomla module

Posted by vipinsahu on Stack Overflow See other posts from Stack Overflow or by vipinsahu
Published on 2010-04-25T15:48:26Z Indexed on 2010/04/25 15:53 UTC
Read the original article Hit count: 200

Filed under:

i am developing a module in joomla . all things goes fine except Fatal error: Call to a member function get()

getting this error when i m using $username = $parem->get('username')

but if i m using $username = 'foo'; all things goes fine

Thanks

© Stack Overflow or respective owner

Related posts about joomla