yii-extensions Questions
10
Solved
How can I disable yii-debug-toolbar on a specific view especially on partial rendered views?
Is this possible?
p.s. Yii-debug-toolbar does unfortunately not exist as a tag below.
Plasticizer asked 9/5, 2014 at 8:46
7
Solved
I have one temporary model as viewModel. In my CRUD actions (for example actionCreate) I want to get this viewModel data and assign that to a ActiveRecord model. I used below code but my model obje...
Topminnow asked 18/7, 2014 at 11:6
3
I am new to Yii framework.
I want to seed my database like it can be done in Laravel framework using Faker.
I tried this http://www.yiiframework.com/forum/index.php/topic/59655-how-to-seed-yii2-dat...
Unprofitable asked 25/1, 2016 at 15:19
3
Solved
As you know in Yii2 the core messages are available in 26 languages. I want to change yii core message language to display validation message in my language.
I added this line to my config file:
...
Clorindaclorinde asked 18/7, 2014 at 5:22
3
Solved
How can i install yii/jui in yii2.0 using composer. I have tried
php composer.phar require --prefer-dist yiisoft/yii2-jui "*"
and added to composer.json
"yiisoft/yii2-jui": "*"
but it did not...
Holmic asked 5/1, 2015 at 14:41
3
Solved
Yii provides sorting functionality for listing. How can I disable sorting so that my records will not get sorted when clicked on column header?
Kattie asked 1/10, 2012 at 6:34
4
Solved
I use the bellow function to resize images after upload to show on my post.
but it works just for images larger than 500px 300px. when I upload image smaller than this size, my website images row b...
Lorraine asked 15/3, 2016 at 9:52
3
Well I had hybridauth working and login correctly using facebook since 2 weeks ago, I did not any change and this morning I found that it was not working. I tried to switch the facebook app (id and...
Wilkey asked 28/12, 2012 at 10:55
4
How to use paypal extension in yii2. I am using this link https://github.com/marciocamello/yii2-paypal.
I installed extension and also added code in config file .
But there is not more informatio...
Sunken asked 5/2, 2015 at 12:5
6
How to validate email using Yii Model validation rules function code.
Also how to check email exist or not using Model validation rules function in Yii.
Armidaarmiger asked 8/10, 2012 at 8:55
1
Solved
I want to implement i18n feature for ActiveRecord class FaqCategory using this extension.
Here are my tables:
CREATE TABLE `FaqCategory`
(
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`name`...
Wonderland asked 19/11, 2015 at 13:9
2
Solved
can any one tell me how to add extension to my yii?
i googled and downloaded Bootstrap 0.9.8 extension and followed the steps described in it but it not working for me.
am using Ubuntu , can you pl...
Nadene asked 24/9, 2012 at 11:13
3
Solved
Same as title, i don't want using bootstrap.css and bootstrap.js. I try using:
'assetManager' => [
'bundles' => [
'yii\bootstrap\BootstrapAsset' => [
'css' => [],
],
],
],
It re...
Spherule asked 4/11, 2014 at 11:47
3
Solved
I want to get multiplie instance of the same model in my controller. I saw this wiki for Yii 1.1 and tried like that but in my code only last instance in form was acceble from controller my code is...
Fomentation asked 19/7, 2014 at 6:32
2
Solved
I want to learn Yii2 membership and use Yii to store and retrieve roles using a database.
I have read Security Authorization and How to add role to user? and Does Anyone Have A Working Example Of ...
Brigham asked 3/7, 2014 at 13:14
1
Solved
I have a module with the name of admin. when i generate link with Url::to(['admin/assignment']) outside of module it's work and create this link:
http://localhost:8080/test/backend/web/admin/assig...
Knawel asked 3/11, 2014 at 19:56
1
Solved
How can I upgrade the Yii 1.x version to the Yii 2.0 latest release version?
I am using an Ubuntu OS. What is the process to updating my old Yii to the new Yii release version 2.0?
Fusion asked 2/10, 2014 at 8:36
1
Solved
I've created my yii2 extension. I keep it on my private git server. I managed the extension to be downloaded through composer using following code:
"repositories": [
{
"type": "package",
"packa...
Paraphrase asked 1/7, 2014 at 11:54
2
I have a problem with CJuiDatePicker in the module JQRelcopy on Yii framework.
I use this module as I have a form with a datepicker field to be copied as many times as the user wishes.
The module w...
Devious asked 29/11, 2012 at 13:50
4
Solved
I'm try to load the Yii Bootstrap extension in the admin module only but it's not working. I'm assuming I need to preload it or initiate it somehow... Thanks!
class AdminModule extends CWebModule...
Cushing asked 12/12, 2012 at 16:45
4
Solved
we get stack trace when an error occurs in the execution, like in the following picture .
see this
I would like to see this tracing at the bottom of the page every time I executes a page. ( even...
Thatch asked 31/8, 2012 at 5:59
2
Solved
I want to use reset password functionality in Yii. For that I have 4 fields i.e email, currentPassword, newPassword, newPasswordRepeat.
I have used following rules in my model
array('email, curre...
Hallerson asked 19/9, 2013 at 7:30
6
Solved
I downloaded the latest release of Yii user module from github and extracted it under
protected/modules/
directory so my directory structure under this include the user and other modules include...
Baeda asked 1/7, 2012 at 9:1
2
Solved
Scenerio:
Using Yii-rights + Yii-user module in my project. In Rights, I generated operations based on my controller action, under update I added a child UpdateOwn.
For UpdateOwn, the bizrule is...
Kruter asked 18/8, 2013 at 14:39
2
I want to create Password Strength Meter.I am following the estrongpassword For YII I used Estrongpassword extension. I put this extension in extension folder and wrote the code as below:
<div ...
Lattie asked 18/7, 2013 at 7:46
1 Next >
© 2022 - 2024 — McMap. All rights reserved.