Fatal error: Call to a member function get() in joomla module
- by vipinsahu
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