Yii2 Lesson 28 - Dynamic Forms in Yii Part 1

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 29

  • @javedkhan1634
    @javedkhan1634 4 роки тому

    very nicely explianed the yii2, all the tutorials are first class and i am gaining lots of knowledge of it. practically and theoretically

  • @iamdavidcadavid
    @iamdavidcadavid 9 років тому +2

    Thank you so much!!!
    Your video helped me a lot, I was stuck at this in a project i am working on, and thanks to this I can move on now.. You are a life saver, keep up the great work...

  • @sankarasubbu7348
    @sankarasubbu7348 3 роки тому +1

    yes,i tried in yii2 basic,it worked

  • @AndreeezG
    @AndreeezG 7 років тому +3

    For Windows "cmd"
    composer require --prefer-dist wbraganca/yii2-dynamicform "*"
    It works for me.

  • @ASCEDDOS
    @ASCEDDOS 7 років тому

    Thanks for the tutorials.

  • @fernandinhowxd
    @fernandinhowxd 9 років тому

    U are the best! Thank u for another lesson!

  • @NicoILeone
    @NicoILeone 7 років тому

    Hello! How should this work for a many-to-many relationship with an intermediate table? Regards!

  • @pefouwoarmel9463
    @pefouwoarmel9463 2 роки тому

    thanks

  • @fehmibensaid5684
    @fehmibensaid5684 6 років тому

    please help me i have a error and i am using those
    Apache/2.4.29 (Win32) OpenSSL/1.0.2n PHP/5.6.33. I want to know if this extension adapt to thos version or no

  • @cfpmx
    @cfpmx 8 років тому +1

    I don't understand this syntaxis "[{$i}]id_contacto". Someone knows where can I read more about it? I'm kind of new programming in PHP. Thanks :)

  • @neca4141
    @neca4141 7 років тому +1

    Could you please copy the: `vendor/yiisoft/extensions.php` code here. I need it to install Wbraganca manually since I am on a shared hosting. Thank you in advance

  • @TouqeerShafi
    @TouqeerShafi 9 років тому

    When you are uploading second part ?

  • @jorgeiraira9654
    @jorgeiraira9654 6 років тому

    i can put this on basic yii2?

  • @mounikalakshmanan6199
    @mounikalakshmanan6199 6 років тому

    Class 'wbraganca\dynamicform\DynamicFormWidget' not found

  • @deasmahaputra5778
    @deasmahaputra5778 7 років тому

    how to install composer, if the website is hosted?

  • @pritam1754
    @pritam1754 4 роки тому

    Not able to install this with composer....any other way??

  • @agsfams
    @agsfams 7 років тому

    I've got this error..
    Invalid Configuration - yii\base\InvalidConfigException
    The 'model' property must be set and must extend from '\yii\base\Model'.
    1. in C:\AppServ\www\advanced\vendor\wbraganca\yii2-dynamicform\DynamicFormWidget.php at line 100
    throw new InvalidConfigException("The 'model' property must be set and must extend from '\\yii\\base\\Model'.");
    Can U help me to fixed this error? why it's happening? Thanks

  • @herculesbf
    @herculesbf 7 років тому

    my add botton doesnt work, but i have add the id "", help me pls

    • @twall3538
      @twall3538 6 років тому

      at yii2-dynamic-form.js file
      change the line : 118
      old
      $toclone = widgetOptions.template;
      new
      $toclone = $(widgetOptions.template);

  • @JakeroidS
    @JakeroidS 9 років тому +1

    sudo for composer? it is not secure, man

    • @vladyslavstartsev9621
      @vladyslavstartsev9621 8 років тому

      why? can you explain?

    • @TiagoCachinho
      @TiagoCachinho 7 років тому

      Composer work similar to the install wizard of Windows, by giving it sudo access, you allow it to install anything it wants on you Mac. Don't forget that composer installs 3rd party content. There might be other reasons why but this is one of them: security.

  • @jinzhaobijam4453
    @jinzhaobijam4453 6 років тому

    please upload a vedio of dynamic form with one model

  • @ТимурСафаров-в1ч
    @ТимурСафаров-в1ч 4 роки тому

    Remove your sublime It would better if you install VScode at least

  • @Vikaskumar0000
    @Vikaskumar0000 4 роки тому

    symfony isssue

  • @fehmibensaid5684
    @fehmibensaid5684 6 років тому

    PHP Parse Error - yii\base\ErrorException
    syntax error, unexpected ':', expecting ';' or '{'
    1. in C:\xampp\htdocs\yii\advanced\vendor\symfony\dom-crawler\Crawler.php at line 962
    2. yii\base\ErrorHandler::handleFatalError()

    • @rajashrigawas2661
      @rajashrigawas2661 5 років тому

      Have you solve this error if yes then please help us

    • @rajashrigawas2661
      @rajashrigawas2661 5 років тому

      I solved that problem.

    • @harishst202
      @harishst202 5 років тому

      Upgrade your php version or lock your php version in composer.json