Auto CRUD Generator - #1 - Intro & Generate Searchable Form | CodeIgniter 4

Поділитися
Вставка
  • Опубліковано 18 січ 2025

КОМЕНТАРІ • 84

  • @AndrewKwabula
    @AndrewKwabula Рік тому

    This man is awesome! I just discovered your content today and I can say it has made me to fall in love with CI 4

  • @GeorgeGeorge-ve6il
    @GeorgeGeorge-ve6il 3 роки тому +1

    It was really hard to find a reference for this so your tutorials are God sent. Hopefully you can continue to share your knowledge and expertise for all of us and the next generations of coders to come. Thank you

  • @javedapple1
    @javedapple1 4 роки тому +4

    I was looking for this kind of tutorial and finally landed on this video. Great Man, Really appreciate your efforts to teach us these tricks. Please try to create a similar video on Laravel as well. Thanks a lot.

  • @ryannov52
    @ryannov52 4 роки тому +2

    Thanks for awesome tutorial, I'm currently learning codeigniter 3 this month. and now tried to upgrading skills into codeigniter 4. step by step and integrating templates into project is what I need. Subscribed from Indonesia :D

    • @AlexLancer
      @AlexLancer  4 роки тому +1

      Welcome to the channel, Ryan. Let me know if you need any help.

  • @ferdinandtugano
    @ferdinandtugano 4 роки тому +14

    Man, Hope you're doing good at this time of pandemic so you can create more tuts for us in the future. Really, you're such a big help for a wannabe like me. I thought these kinds of content can only be seen on paid websites, but you do it for free. Appreciate that.

  • @kuthub1989
    @kuthub1989 4 роки тому +7

    Another Master Piece from you, you impressed me a lot on every video.

  • @gabrieltheberge9527
    @gabrieltheberge9527 4 роки тому +2

    Looking foward for the next video! Thx again!

    • @AlexLancer
      @AlexLancer  4 роки тому +1

      Gabriel, thanks, soon....working on it.

  • @tamilwargod4813
    @tamilwargod4813 4 роки тому +2

    Thanks Alex for your time.

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

      Hi Tamil, you are very welcome, thanks for appreciating

  • @basilistigris640
    @basilistigris640 3 роки тому

    thank you very much for unique and profesional lessons on codeigniter 4, wish you make more videos like this in future.

  • @DavidRajM
    @DavidRajM 4 роки тому +4

    No doubt it is a great tutorial and you are all time favourite for me w.r.t. codeigniter. Seems like you are using a big monitor. If you make your fonts big or keep your editors zoom level little higher it would be must more easy to follow the sessions. Anyway, with out doubt, the video is awesome with full of information.

  • @leelavinodh
    @leelavinodh 3 роки тому

    Thanks for your effort. It really helped me to build our portal.

  • @jennie5236
    @jennie5236 4 роки тому +2

    Thanks for the tutorial. I wonder if you could do a video covering the pagination function, I have trouble paginating my data where I have defined many queries. Thanks

  • @DIPTIMOYMANDAL
    @DIPTIMOYMANDAL 3 роки тому +2

    great tutorial . Thank you very much, after integrating I found the active inactive search in /users not working, while others fields are

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

    great tutorial . Thank you very much

  • @saniaalam794
    @saniaalam794 9 місяців тому

    Hi , there is no plugins folder in colorlib/AdminLTE so no css apply in admin dashboard.

  • @gideonodekina6532
    @gideonodekina6532 4 роки тому +1

    Hello thanks for the tutorial, but please can i add more fields on this projects? or even customize this user fields for something different, how easy would that be to implement?

  • @EvanAbaddon
    @EvanAbaddon 4 роки тому +1

    Best!!! Thankyou for your video friend!

  • @luigichiabrera1039
    @luigichiabrera1039 4 роки тому +1

    hi Alex, have this problem in Libraries/crud.....Undefined property: stdClass::$p_image

  • @WatchMeFolllow
    @WatchMeFolllow 8 місяців тому

    How do you enable auto code suggestion for code igniter in your Visual Studio Code?

  • @rafaborowski2323
    @rafaborowski2323 4 роки тому +1

    I regret that I can only give one like/sub !

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

      That's more than enough. Thank you!

  • @adelqusay8183
    @adelqusay8183 4 роки тому +2

    Alex, You are awsome.

  • @Iamdk76
    @Iamdk76 3 роки тому

    Greate Work.

  • @dewaldtvanrensburg8755
    @dewaldtvanrensburg8755 4 роки тому +1

    Hi Alex, I have this error, and don't know why "Call to a member function getTableTitle() on null"

  • @bushraansari6917
    @bushraansari6917 9 місяців тому

    There is no plugin folder in adminlte zip file which I downloaded from your Github account. Can anyone help me?

  • @JorgeCarvalho_web_dev
    @JorgeCarvalho_web_dev Рік тому

    Hi Sir! To ease of the load, I started to use datatables server-side, so the data comes in "chunks" when we click in the next page, its nice to lower the charge on an SQL Server with eavy selects

  • @brahimverasque5016
    @brahimverasque5016 3 роки тому

    Im stuck at 34:31 :( been trying and chexking code for 1 week already but still nothing found. It says undefined. Variable : table with pic of the table.php page. O.o

  • @forumum56
    @forumum56 4 роки тому +1

    Wondering if you could add how to in CodeIgniter 4 pagination using search query....Your videos were great.. Thanks...

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

      Hey, thank you.
      Do you mean how to add pagination when you perform a search?

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

    You are using Code Ignitor 4.0.3 i am trying with latest 4.2.3 would this bring some challenge when i try to run app

    • @AlexLancer
      @AlexLancer  Рік тому

      Yes indeed, there are some changes after 4.2 update..

  • @viewhappy1113
    @viewhappy1113 4 роки тому +2

    Hello I need you teach about relationship between table in codeigniter 4. Thank you

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

    Hi, I tried this tutorial and it perfectly worked but when I tried to implement crud_core library in my other projects , i get to see unknown "users" controller hidden behind the "Add" button (when i want to add users) .. its like "users/add" . Not sure where it came from (and i dont have users controller in my current project ) I am unable to proceed further pls help.

  • @giorgiobarone9784
    @giorgiobarone9784 4 роки тому +1

    Hi Alex... Excuse me.. I'm stucked with this error... CodeIgniter\View\Exceptions\ViewException Invalid file: admin/layout/main.php - It seems there is something wrong with the main file I copied from your folder part1.zip. Can you help me to solve it and go ahead with your tutorial? Thank you so much

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

      Same here. Exactly same error.

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

      @@jorgeledezma1937 Hi Jorge... I solved the problem... It was my mistake.. I put the layout folder outside the admin folder... maybe it's not the same for you... check the position of the folders inside the main folder view...

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

      @@giorgiobarone9784 I found mine also. I named the folder 'layout' but in the route I had this->extend('admin/layouts/main') instead. I think in this case Invalid file: admin/layouts/main.php error message is quite misleading. Shouldn't it be better a 'File not found' type of message instead?

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

      @@jorgeledezma1937 I said the same thing...

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

    Thank you sir 👍

  • @TheGoro8
    @TheGoro8 4 роки тому +2

    Great!! Thanks..

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

    hi again how you make a duplicate option on your rightclick

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

    You say it will help you make crud application faster, but it seem to be difficult than the usual way using codeigniter. May be you need edit your tutorial make it short and precise. Any way you are a good tutor pls keep it up only to adjust your explanation to be precise this can be achieve by editing your video before uploading on youtube thanks i learn alot

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

    Hi Alex. How install codeigniter4 quick app in laragon ???

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

      ua-cam.com/video/IvcEGATf7dU/v-deo.html

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

    Excelent video!

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

    how to set up rest API for this crud

  • @SfetcuPaul
    @SfetcuPaul 3 роки тому

    Hello, thanks for tutorials, i think you forget something at the search field, to show total rows found in the footer next to clear filter button. Anybody here that comment know to do this.

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

    Hi, thanks for the tutorial. The pagination on my environment sets the link at "localhost/crud/users?page=1", how can I fix this? I am on linux using xampp and DocumentRoot is set to "/opt/lampp/htdocs/crud/public". edit: in .env file, I changed app.baseURL = 'localhost/' and pagination links are working now.

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

      Hey, Glenn.
      So what the expected url should be?
      localhost/users?page=1

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

      Did you setup your app.baseurl inside you .env file?

  • @Mrscandeia
    @Mrscandeia 4 роки тому +1

    Show professor Alex.

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

    thank u

  • @someutubchannel69
    @someutubchannel69 3 роки тому

    Alex,
    Where are You?

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

    can you make ace application ??

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

    Please give me your Visual Code extension list

  • @luiscarrara8945
    @luiscarrara8945 4 роки тому +1

    Hi Alex ! CONGRATS ! Excellent video !
    I have a question, my $pager->links() has some numbers at the end... 'localhost/users?page_1591129441=1' ... ¿?
    what they means ? or from where they come ?

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

      Hi Luis, I don't know why it adds a timestamp at the end, but it looks like it has to do with you configuration. So try to check the github repo for the project (not the helper files) and compare your pagination to mine.

    • @luiscarrara8945
      @luiscarrara8945 4 роки тому +1

      @@AlexLancer Hi Alex. I got it: my CI version was 4.0.2 ... :(
      Just for the record, CI 4.0.3 > Bugfixes..., including: Pagination now can actually create next page and previous page links, instead of next/previous groups of links.
      Thanks !

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

      Thank you , también estaba en 4.0.2... se arregló instalando desde cero la versión 4.0.4 Gracias.

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

    ❣️

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

    This video is outdated.
    It seems this project is dead (recent commit done in 2020)

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

    Hi Alex, I drop you an email :) hope you can read it.

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

    It took you 40 minutes to get to actually creating the auto crud part ... just saying.

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

    getting error: localhost/adminuserlist
    for line: $page_items = $this->db->query($result_query)->getResult();