if (!empty($_SERVER['HTTP_CLIENT_IP']))
$ip=$_SERVER['HTTP_CLIENT_IP'];
else if (!empty($_SERVER['HTTP_X_FORWARDED_FOR']))
$ip=$_SERVER['HTTP_X_FORWARDED_FOR'];
else
$ip=$_SERVER['REMOTE_ADDR'];
?>
One of the significant advancements in ZK 10 is Stateless Components. Instead of learning how to use the feature, today, we will talk to the key person behind the scenes and look at how he came up with the ideas and what challenges he had during this journey. We are happy that we could interview […]
Recently, we hosted two training sessions to walk you through the exciting new ZK 10 features – Client MVVM and Stateless Components. It’s great to see many of you showing up in the sessions! For those who have not checked out ZK 10 features, you can read “ZK10 Preview” articles here, or watch our ZK […]