我想創建密碼強度Meter.I是跟着我用Estrongpassword擴展estrongpassword For YII。我把這個擴展在擴展文件夾並寫了如下的代碼:如何在YII php中實現gmail註冊中的密碼強度?
<div class="row">
<?php echo $form->labelEx($model,'password'); ?>
<?php
$this->widget('ext.EStrongPassword.EStrongPassword',
array('form'=>$form, 'model'=>$model, 'attribute'=>'password'));
?>
<?php echo $form->error($model,'password'); ?>
當我打開文件的thorughs我誤差下面寫:
Alias "ext.EStrongPassword.EStrongPassword" is invalid. Make sure it points to an existing PHP file and the file is readable.
我想知道如何配置它,請幫助我。 在此先感謝。
你能爲我提供的步驟來安裝擴展,因爲我是新來誼可能是我不正確安裝擴展。 –
請按照文檔中的步驟安裝[Yii的擴展(http://www.yiiframework.com/doc/guide/1.1/en/extension.use)。一旦你設置了擴展名,請再次閱讀我的答案。 –