Home >PHP Framework >YII >The writing position of js code in yii framework
The js code writing position in the yii framework is as follows:
(Recommended tutorial: yii framework)
<?php $this->beginBlock('script'); ?> <script> js </script> <?php $this->endBlock(); ?>
More programming For related content, please visit the Introduction to Programming column on the php Chinese website!
The above is the detailed content of The writing position of js code in yii framework. For more information, please follow other related articles on the PHP Chinese website!