i have a problem counting array keys value in ezpublish whose php function is
array_count_values();
i need a similar function in ezpublish. Is there any operators in ezpublish or i have to make an extension for it too?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After research for long time i found that, there is no any ez publish template operators for
array_count_values();we have to make an extension for it. And process of making extension is given in the link below.http://blog.developeronhire.com/using-custom-php-functions-in-ez-publish-templates/
Thank you all