What is repository in php?
Answer / Praveen Kumar Srivastava
In PHP, a Repository acts as an intermediary between the business layer and the data source. It's used to manage interactions with the database or other data sources and to isolate changes in the application structure.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is php default argument?
What does a dependant variable mean?
What is Type hinting in PHP?
Can a super () and this () keywords be in same constructor?
What is the difference between substr() and strstr()?
Explain about the connective abilities of the PHP?
Tell me how can we determine whether a variable is set?
What is php programming used for?
Explain do you use composer? If yes, what benefits have you found in it?
Explain what is the function file_get_contents() usefull for?
what is session_set_save_handler in PHP?
what is the difference between GET,POST and REQUEST in php