i created a column name student id and set auto increment. but i want my registration number start from "ABC6788" . what i do ? please help me? my launguage is php mysql and yii framework.!
student_id type-int length-5 default-none A I -Checked
and how replace this code for automatic registration number in create form page??
<div class="row-left">
<?php echo $form->labelEx($info,'student_id'); ?>
<?php echo $form->textField($info,'student_id'); ?>
<span class="status"> </span>
</div>