[eZ publish] how to test the variables that exist in the url

There are two methods to do that:

1. ezhttp("myvariable", "get", TRUE);

2. ezhttp_hasvariable("myvariable", "get");

The second method is recommand to use.~

原文地址:https://www.cnblogs.com/davidhhuan/p/1727099.html