Yii 2 is the latest version of the Yii framework - a high-performance, component-based PHP framework
I want to add a custom class to label tag in this code in Yii2, but I don't know how. &…
yii2 form-fieldsHy. I have a ProductController which extends the yii\rest\ActiveController. Question is that how can i make querys via …
api rest yii2In Login form, I need to have glyphicon-remove icon at the end of every validation message with the corresponding field …
php yii2 yii2-model yii2-validationCurrently to achieve ajax submit and validation at the same time. I'm using custom function like: $('.edit_form').submit(…
javascript php ajax yii2 active-formI have one temporary model as viewModel. In my CRUD actions (for example actionCreate) I want to get this viewModel …
php yii-extensions yii yii2How do you render a view file in the profile module's index view file. I tried this: <?=$this->…
yii2 yii2-advanced-appHow can I remove or replace strings (not set) in my GridView and ListView?
gridview view yii2 detailviewI am looking to set a condition only for a single action in the controller, so I don't want to …
search model yii2 conditional-statements dataproviderFollowing This question i have set my rest controller behaviour as public function behaviors() { $behaviors = parent::behaviors(); $auth= $behaviors['authenticator'] = [ …
php angular yii2 yii2-advanced-app