Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Sum given array

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General
View previous topic :: View next topic  
Author Message
alouty
Smarty Rookie


Joined: 07 Sep 2012
Posts: 8

PostPosted: Mon Oct 08, 2012 4:04 am    Post subject: Sum given array Reply with quote

<script type="text/javascript">
{stats type='applications' period='days' employer=$GLOBALS.current_user.username}
</script>
will output:
<script type="text/javascript">
0,0,0,6,0,0,0,0,405,47
</script>
I would like to know how to output sum of the array inside template file?
I haven't learn doing it in php file...


{php}
$val_arr = array(stats type='applications' period='days' employer=$GLOBALS.current_user.username);
{/php}
{assign var="val_arr1" value = $val_arr}
{$val_arr1|@array_sum}
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP