PHP question please

yo3083

New Member
YetiShare User
Oct 8, 2013
10
0
0
Please can tell to me what is the equivalent to this, but for when
user is authenticated and if user is premium user?


Code:
<?php if ($Auth->loggedIn() == true): ?>

//do something

<?php endif; ?>