CodeIgniter 4 from Scratch - #6 - Views | Basic Views | Part 1/3

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

Комментарии • 27

  • @aldrinjohnencina6153
    @aldrinjohnencina6153 Год назад

    thank you so much. I learned web developer from you.

  • @zahirparambadan9774
    @zahirparambadan9774 4 года назад

    Great Work..... Continue.... Hats off

  • @utkuaslan2940
    @utkuaslan2940 4 года назад +2

    20:14 LOL 🤣

  • @asada4297
    @asada4297 3 года назад +1

    hello Alex Sir my images not showing even i add the correct path but image does not show i had tried two to three hour but does work

  • @madie2659
    @madie2659 4 года назад

    Loved it Alex great video

  • @rich1383yt
    @rich1383yt Год назад

    I love the null-coalesce operator, so your title check would be:

  • @itratsheikh1803
    @itratsheikh1803 2 года назад

    Hello Alex, love your tutorial. kindly let me know what CI 4 extension you install for intellisense or auto write php code like you use in view ie. for each, if , out

  • @westfield90
    @westfield90 4 года назад

    Thank you once again.

  • @donpuerto
    @donpuerto 4 года назад

    What is the plugin do you use for Codeigniter VS code like foreach, if, and php for auto completion>?

    • @AlexLancer
      @AlexLancer  4 года назад

      Some of the shortcuts are snippets that i have created on my own. Not all of them are extensions

  • @JeewakaKarunaratne
    @JeewakaKarunaratne 4 года назад

    Alex I love your video. I thought of learning more by doing a commercial project, do you teach hourly basis?

    • @AlexLancer
      @AlexLancer  4 года назад +1

      Hey, Jeewaka, you can visit my website to get in touch with me.

  • @truth-is-only-one
    @truth-is-only-one 4 года назад

    Hello Alex, I noticed something , your array syntax is wrong but i am not sure why code is still working. :)
    for example right array syntax is like this.
    $data= [
    'title' => 'Blah blah',
    'description' => 'This is description'
    ];
    I noticed you adding comma last value of array too!

    • @AlexLancer
      @AlexLancer  4 года назад +2

      Hey, Erkan,
      if you mean
      $arr = [
      'item' => 1,
      'item2' => 2, (this last comma)
      ];
      It is not an issue.

  • @truth-is-only-one
    @truth-is-only-one 4 года назад

    Could you please let me know your VS extension name for if, foreach loop (auto complete).
    Thanks

    • @AlexLancer
      @AlexLancer  4 года назад +2

      Hey, it is a snippet (under User Snippets) that I created myself (inspired from Atom)
      prntscr.com/sie0nn

    • @truth-is-only-one
      @truth-is-only-one 4 года назад

      @@AlexLancer thanks mate! I am really appreciated.

  • @mangg0
    @mangg0 4 года назад

    How do you get the duplicate function in the VS code right click menu?

    • @AlexLancer
      @AlexLancer  4 года назад +1

      Install "File Utils" extension

  • @kevinhadinata6406
    @kevinhadinata6406 4 года назад

    hello mr. alex, can u help me to solve my problem, I make a feedback project for campus so i make database which contain feedback, question, and answer table. the feedback have one to many relationship to question and question have one to many to answer, and i add one table which users input a numeric value or text value in feedback as users that has Answer ID and the input answer column, i have done to view the answer and question table with query and have shown in feedback page, I used radio button for example that answer has value of 4, 3, 2, and 1 that have answer ID, but every users input must passing a value and answer ID to input in database so every user can have an answer based on ANSWER ID, i have problem when want to $_POST the value and the ID but i dont know how to done it i have searched it on stackoverflow or other resources from google but still cant handle my problem, i hope my question will be answered by someone

  • @lifejoin7742
    @lifejoin7742 4 года назад

    How to call a function in codeigniter 4 view

  • @jmihzamahendra4591
    @jmihzamahendra4591 4 года назад

    Sifuuu, please cont.. To teach dev community

  • @khushalunlimitedgamer
    @khushalunlimitedgamer 11 месяцев назад

    Can't see the avatar.jpg when load blg class fro url. Tried diffrent compbinations. I have do work arround I have put assets/image foolder to public folder & user