Тёмный

Codeigniter Tutorial for Beginners Step by Step | Database in Codeigniter 

Solution Cone
Подписаться 24 тыс.
Просмотров 49 тыс.
50% 1

Опубликовано:

 

26 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 62   
@eliudliud2609
@eliudliud2609 5 лет назад
Best Codeignitor tutorial available online. Have been foolowing this playlist from the first and i will to the end,.
@SolutionConeOfficial
@SolutionConeOfficial 5 лет назад
Thanks a lot for appreciating the efforts... your comment made my day
@ayoubhakik7035
@ayoubhakik7035 5 лет назад
you could help me more than anyone else in my life hahaha thank you
@SolutionConeOfficial
@SolutionConeOfficial 5 лет назад
Haha sure ... anytime.... Don’t forget to subscribe our channel
@stephentracey3480
@stephentracey3480 4 года назад
Great Tutor. Thanks so much for this free CI Video :)
@SolutionConeOfficial
@SolutionConeOfficial 4 года назад
Most welcome :)
@camiguinadventures4944
@camiguinadventures4944 Год назад
User_details.php at line 6, where did you get that from? return_user
@sreejitabrahma2942
@sreejitabrahma2942 3 года назад
how $data['userarray'] working i am not getting it. is user array getting array 0(id,..) then array1(...)
@muhammadzahirkhan2780
@muhammadzahirkhan2780 3 года назад
Sir i coded as it is... but i am facing to a problem here.. Array ( [0] => Array ( [id] => 1 [username] => Akshay [company] => solution Cone ) [1] => Array ( [id] => 2 [username] => ABC [company] => XYZ ) ) A PHP Error was encountered Severity: Warning Message: foreach() argument must be of type array|object, null given Filename: views/user_view.php Line Number: 17 Backtrace: File: C:\xampp\htdocs\ci_tut\application\views\user_view.php Line: 17 Function: _error_handler File: C:\xampp\htdocs\ci_tut\application\controllers\User_details.php Line: 9 Function: view File: C:\xampp\htdocs\ci_tut\index.php Line: 315 Function: require_once S. No User Name company
@AjayKumar-sn5yk
@AjayKumar-sn5yk 3 года назад
On line no.10 is don't require I think on user_model.php at the end of the video when you change result_array to result () . So plz guide us
@SolutionConeOfficial
@SolutionConeOfficial 3 года назад
result() returns object
@balbirkaur7009
@balbirkaur7009 4 года назад
Can we use $query = $this->db->get('user'); instead of $query = $this->db->query('SELECT * FROM user');
@SolutionConeOfficial
@SolutionConeOfficial 4 года назад
Yes. It will work 100% fine
@uc-browserinfo-techchannel5306
@uc-browserinfo-techchannel5306 4 года назад
cool, i'm still trying to learn this frame work. Hope it solves my need.
@SolutionConeOfficial
@SolutionConeOfficial 4 года назад
Sure. Let us know if you learned from us
@manidharmotukuri1396
@manidharmotukuri1396 6 лет назад
NICE video i will follow u every day your videos , i whant a video on codeignator - in this how to insert values in web page or logins , it should show in database
@SolutionConeOfficial
@SolutionConeOfficial 6 лет назад
Glad to hear that .. I will make it for you
@manidharmotukuri1396
@manidharmotukuri1396 6 лет назад
can u make that video as soon as possible .
@manidharmotukuri1396
@manidharmotukuri1396 6 лет назад
thanks for your responce can u make sure that video as soon as possible
@SolutionConeOfficial
@SolutionConeOfficial 6 лет назад
Yes.
@SolutionConeOfficial
@SolutionConeOfficial 4 года назад
@@manidharmotukuri1396 Sure
@dennisnjoroge7415
@dennisnjoroge7415 6 лет назад
you make programming so fun
@SolutionConeOfficial
@SolutionConeOfficial 6 лет назад
Thanks... it’s actually a fun.. hope you subscribe our channel... many more videos are coming soon
@KTR84g
@KTR84g 4 года назад
It works. Thank you!
@SolutionConeOfficial
@SolutionConeOfficial 4 года назад
Welcome to Solutioncone
@darwins4795
@darwins4795 5 лет назад
nice explanation bro
@SolutionConeOfficial
@SolutionConeOfficial 5 лет назад
Thanks bro
@balbirkaur7009
@balbirkaur7009 4 года назад
Can we us function __construct() { parent::__construct(); } instead of $this->load->database(); ?
@SolutionConeOfficial
@SolutionConeOfficial 4 года назад
Not clear what are you asking? Constructor and Loading database file are different operations. You can load it inside constructor or outside also
@balbirkaur7009
@balbirkaur7009 4 года назад
@@SolutionConeOfficial Actually I don't want to load database in each page by writing this code....Is there any way to add it in one place, and not to write again and again....
@balbirkaur7009
@balbirkaur7009 4 года назад
@@SolutionConeOfficial system\libraries\Session\drivers\Session_database_driver.php, here I found a constructor which is for database load, I have a doubt that we can use it in our page rather than writing $this->load->database(); on each page, might be I can be wrong?
@SolutionConeOfficial
@SolutionConeOfficial 4 года назад
Yes... load database in autoload.php file
@balbirkaur7009
@balbirkaur7009 4 года назад
@@SolutionConeOfficial $autoload['libraries'] = array('database'); like this?
@wEbCoAdEr
@wEbCoAdEr 7 лет назад
Thanks a lot for these awesome videos
@SolutionConeOfficial
@SolutionConeOfficial 7 лет назад
Most Welcome to Solution Cone
@grivasar
@grivasar 5 лет назад
its very useful
@SolutionConeOfficial
@SolutionConeOfficial 5 лет назад
Thanks
@roshanrawal2618
@roshanrawal2618 7 лет назад
Nice video but i am getting error A PHP Error was encountered Severity: Warning Message: Invalid argument supplied for foreach() Filename: views/Db_view.php Line Number: 18 Backtrace: File: C:\xampp\htdocs\myapp\application\views\Db_view.php Line: 18 Function: _error_handler File: C:\xampp\htdocs\myapp\application\controllers\Db_controller.php Line: 10 Function: view File: C:\xampp\htdocs\myapp\index.php Line: 315 Function: require_once for this code on 11:38
@SolutionConeOfficial
@SolutionConeOfficial 7 лет назад
Follow the video again!/// or send me the code snippet for view and controller
@webpreneur4.0
@webpreneur4.0 7 лет назад
same error in the end when i change $value['id'] to $value->id
@ruipeng1624
@ruipeng1624 6 лет назад
Great tutorial !
@SolutionConeOfficial
@SolutionConeOfficial 6 лет назад
Thanks
@khanubaid-8421
@khanubaid-8421 5 лет назад
So Many Thanks Dear
@SolutionConeOfficial
@SolutionConeOfficial 5 лет назад
Most welcome... I hope you subscribe our channel for more videos... thanks for appreciating our efforts
@mukesh14481
@mukesh14481 4 года назад
Bhai you should have zoomed or used bigger fonts... Nothing visible on mobile
@SolutionConeOfficial
@SolutionConeOfficial 4 года назад
Yes. Will keep this suggestion for coming videos
@paulbrixobrique3552
@paulbrixobrique3552 6 лет назад
Nice tutorial !
@SolutionConeOfficial
@SolutionConeOfficial 6 лет назад
Thanks a lot... hope you subscribe our channel
@letsdiscoverrealities2794
@letsdiscoverrealities2794 6 лет назад
what print_r do that echo can not do ? what is difference?
@SolutionConeOfficial
@SolutionConeOfficial 6 лет назад
Echo cannot print array or objects but print_r can do...
@priyankapai211
@priyankapai211 5 лет назад
well explained!
@SolutionConeOfficial
@SolutionConeOfficial 5 лет назад
Thanks for appreciating .. hope you subscribe our channel for more
@akshayekar8011
@akshayekar8011 4 года назад
How to make Rest API in codeingnater please sir make a rest API video
@SolutionConeOfficial
@SolutionConeOfficial 4 года назад
Ok sure.. I will update it soon.. just stay tuned
@chandrasekhary8248
@chandrasekhary8248 6 лет назад
can u explain and make another video to database connection could u make another video ? i did't understood? 't
@SolutionConeOfficial
@SolutionConeOfficial 6 лет назад
Ok 👍 just stay with us.. will upload
@ardPArd
@ardPArd 7 лет назад
tanks you
@SolutionConeOfficial
@SolutionConeOfficial 7 лет назад
Most Welcome :)
@manikandanu1507
@manikandanu1507 5 лет назад
It works once I removed the $key...
Далее
진 (Jin) 'I'll Be There' Official MV
03:15
Просмотров 8 млн
Бокс - Финты Дмитрия Бивола
00:31
Make Simple Login Form in CodeIgniter With Sessions
22:48
7 Database Design Mistakes to Avoid (With Solutions)
11:29
Solving one of PostgreSQL's biggest weaknesses.
17:12
Просмотров 208 тыс.
진 (Jin) 'I'll Be There' Official MV
03:15
Просмотров 8 млн