Session Handling
Permalink 1 user found helpful
Hi everybody,
I'm wondering which method is the best and if there are some differences between them?
VS
Thanks :)
moosh
I'm wondering which method is the best and if there are some differences between them?
$session = Core::make('session'); $session->get('foo');
use Session; Session::get('foo');
Thanks :)
moosh