I want to generate a) When writing b) I believe That Is possible with form helpers / templates .
a)
<div class="SomeClass">
<span>
<i class="some OtherClass "></i>
</span>
<input type="text" ... >
</div>
<h4 class="error">Validation Message Goes Here</h4>
b )
<?= $this->form->field('name',array('label'=>false, 'placeholder'=>'someHolder')); ? >