Questions tagged as 'yii'

0
answers

Materialize on Yii2

I am new to Yii and I am trying to implement materialize in this framework. Run but the login tap does not appear in the navigation bar to see if someone could help me and tell me how to solve the problem. I would really appreciate it if someone...
asked by 11.04.2018 / 19:14
1
answer

Connect Yii2 with database in SQLite

I'm trying to connect my application in Yii2 with a BD in Yii2 so far this is the configuration I have in my .db file return [ 'class' => 'yii\db\Connection', 'dsn' => 'sqlite:' . __DIR__ .'/../../softwareoperac...
asked by 23.02.2018 / 06:27
0
answers

How to prevent a second dialog box from appearing when I execute the alert or confirm function from javascript?

As the title says I want to know if there is any way to avoid duplicating the dialog box when using these functions, I am in the following dilemma: I want to show a confirmation message on a page where a payment is made and in the message the am...
asked by 27.06.2017 / 20:08
1
answer

Get data by URL in rest api yii2

I currently get data from my service in the following way: link And the service shows me all the users but only their nopmbres as specific in the route. Now I would like you to show me a specific data. eg: link and it will only s...
asked by 06.03.2017 / 22:55
1
answer

Problem with calculations in jquery when multiplying and adding fields

Good morning everyone, my problem is this, I have 4 fields <div class="col-md-12 col-sm-12 col-xs-12 columns" id="multanueva" style="display:none"> <div class="col-md-3 col-sm-12 col-xs-12 row"> <?php echo $form->t...
asked by 07.12.2016 / 16:47
1
answer

Using tabs, controller only recognizes me a model, how can I do it to recognize more than one model?

Good to everyone, with respect to my doubt is that I'm using tabs in a view but each tab goes to a different model, and therefore saved in their respective models, but at the time of doing the data save just step by post a single model and I do...
asked by 23.11.2016 / 15:04