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
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!
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
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
thank you so much. I learned web developer from you.
Great Work..... Continue.... Hats off
Thanks a lot 😊
20:14 LOL 🤣
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
Loved it Alex great video
Glad you enjoyed it
I love the null-coalesce operator, so your title check would be:
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
Thank you once again.
My pleasure!
What is the plugin do you use for Codeigniter VS code like foreach, if, and php for auto completion>?
Some of the shortcuts are snippets that i have created on my own. Not all of them are extensions
Alex I love your video. I thought of learning more by doing a commercial project, do you teach hourly basis?
Hey, Jeewaka, you can visit my website to get in touch with me.
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!
Hey, Erkan,
if you mean
$arr = [
'item' => 1,
'item2' => 2, (this last comma)
];
It is not an issue.
Could you please let me know your VS extension name for if, foreach loop (auto complete).
Thanks
Hey, it is a snippet (under User Snippets) that I created myself (inspired from Atom)
prntscr.com/sie0nn
@@AlexLancer thanks mate! I am really appreciated.
How do you get the duplicate function in the VS code right click menu?
Install "File Utils" extension
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
How to call a function in codeigniter 4 view
Sifuuu, please cont.. To teach dev community
Will do my best!
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