What do you mean by design patterns (php) ?
Answer / amitverma
Design Patterns are PROVEN Object Oriented Solutions to
some commonly existing problems. Design Patterns are
basically used for recurring problems.
| Is This Answer Correct ? | 7 Yes | 2 No |
Why use php artisan serve?
How to read a file in php?
How to merge values of two arrays into a single array?
Who is the father of PHP and explain the changes in PHP versions?
2 Answers Rushmore Consultancy,
Explain why would we use === instead of ==?
What is difference between strstr() and stristr()?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
Why php language is used?
1. Create student database. 2. First page should display the students available in the database. There should be add, edit and delete buttons. 3. There should be option to search students by name, code, date of joining, department or combination of these. 4. Should have an add/edit screen. Add and Edit should be handled in the same page. 5. Delete should ask for confirmation before deleting the actual record. 6. Validation should be done in JavaScript as well as php.
What are the difference between abstract class and interface in oops?
What would occur if a fatal error was thrown in your php program?
Tell me how comfortable are you with writing html entirely by hand?