Konsep php native
native refers to PHP code that is written without the use of any frameworks or libraries. This means that the developer is responsible for writing all of the code, from the database access to the user interface. There are several advantages to using PHP native :
- gives the developer complete control over the code.
- faster than code that uses frameworks or libraries.
However, there are also some disadvantages to using PHP native :
- difficult to write code from scratch.
- be less secure than code that uses frameworks or libraries.
Overall, PHP native is a good choice for developers who want complete control over their code and who are experienced in PHP. not a good choice for developers who are new to PHP or who are concerned about security.
Here are some of the benefits of using PHP native:
More control: You have complete control over the code, which means you can customize it to your specific needs.
Faster: Native PHP code is often faster than code that uses frameworks or libraries.
Flexible: You can use any programming style you want, and you're not limited by the features of a framework.
Here are some of the drawbacks of using PHP native:
More difficult: It can be more difficult to write native PHP code, especially if you're not familiar with the language.
Less secure: Native PHP code is often less secure than code that uses frameworks or libraries.
More work: You have to write all of the code yourself, which can be time-consuming.
Ultimately, the decision of whether or not to use PHP native depends on your specific needs and requirements.
Komentar
Posting Komentar