Wednesday, September 13, 2017

Core PHP Vs Framework


Core PHP

  • Core PHP is solving maths with papers and pencil
  • Core PHP leads to business logic in own way
  • Core PHP uses the PHP script in tis purest form; a developer needs to know the language throughly in order to write clear and concise code.
  • Only the experts can write flawless and reliable code
  • With core PHP, one developer may not be able to read another developer’s code that easily.
  • Core PHP is mandatory to understand Frameworks
Framework
  • Framework is solving maths with scientific calculator
  • Framework provides standard business logic
  • Framework references the scripts written by framework packages 
  • All the developers can use the framework code
  • Framework is for time saver.
  • They have a rich set of functionalities available so that the developer does not have to embed the same code again and again. These frameworks generally have a fixed set of rules and hence the code can be passed on from one developer to another without any hassles.
  • If you are a beginner, a framework is a good place to start


No comments:

Post a Comment

Core PHP Vs Framework

Core PHP Core PHP is solving maths with papers and pencil Core PHP leads to business logic in own way Core PHP uses the PHP script ...