get_var($key)
| Parameters: |
|
|---|---|
| Returns: |
Value if key is found, NULL if not |
| Return type: |
mixed |
This method checks the associative array of variables available to your views. This is useful if for any reason a var is set in a library or another controller method using $this->load->vars().
Please login to continue.