What is repository in php?



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

Post New Answer

More PHP Interview Questions

What is php default argument?

1 Answers  


What does a dependant variable mean?

1 Answers  


What is Type hinting in PHP?

1 Answers  


Can a super () and this () keywords be in same constructor?

1 Answers  


What is the difference between substr() and strstr()?

1 Answers  


Explain about the connective abilities of the PHP?

1 Answers  


Tell me how can we determine whether a variable is set?

1 Answers  


What is php programming used for?

1 Answers  


Explain do you use composer? If yes, what benefits have you found in it?

1 Answers  


Explain what is the function file_get_contents() usefull for?

1 Answers  


what is session_set_save_handler in PHP?

1 Answers  


what is the difference between GET,POST and REQUEST in php

1 Answers  


Categories