Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

конвериция php в twig


amir4ik
 Share

Recommended Posts

Коллеги, доброго времени суток. пыился через онлайн конвертеры конвертировать php в twig. не полулилось, выдавал ошибки. кто сможет помочь 

сгделать конверицию php в twig? очень нужно! заранее огромное спасипотому что.
КОД:

Quote

 

<?php $class = ''; ?>
<?php if (count($option['values']) > 4) { ?>
<?php $length = 0; ?>
<?php foreach (array_slice($option['values'], 0, 3) as $value) { ?>
<?php if (isset($value['count'])) { ?>
<?php $length += (utf8_strlen($value['name']) + utf8_strlen($value['count'])) ?>
<?php } else { ?>
<?php $length += utf8_strlen($value['name']) ?>
<?php } ?>
<?php } ?>

<?php if ($length < 20) { ?>
<?php $class = 'grid grid-3'; ?>
<?php } else if ($length < 25) { ?>
<?php $class = 'grid grid-2'; ?>
<?php } ?>

 

 

Link to comment
Share on other sites


  • 6 months later...

Помогите перевести в Twig, а то разобраться с этим не могу.

<?php echo ControllerExtensionModuleLabels::toggle($element, 0); ?>

 

Edited by DM8985
Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.