Symfony 1.3: Any opinion about this code? Coud be shorter or better?
- by user248959
Hi,
I need your opinion about this code below.
I have a list of messages: each message has a link that change the state
of the message (read - non read).
In the partial "_message" i have this:
<div class="switching_link" id="switching_link_<?php echo $message ?>">
echo include_partial('link_switch_state', array('message'…