iScripts is developing a new PHP framework

iScripts is developing a new PHP framework
When you develop an application in PHP you have the option of developing it Core PHP or a PHP framework. Core PHP is the language in its framework. It gives you maximum control , but you have to create everything from scratch. PHP frameworks on the other hand makes application development faster by providing a basic structure for which to build the web applications. These, PHP frameworks help to rapid application development, which saves developers time by providing building blocks, and roadmap to follow. Frameworks can also help developers to build more stable web applications as most of the bugs in the structure would be addressed already. The basic idea behind a PHP framework is called MVC ( Model View Controller). MVC isolates the business logic from database layer and presentation layer. This is similar to the n tier architecture in other technologies like .net.

iScripts is developing a new PHP framework
When you develop an application in PHP you have the option of developing it Core PHP or a PHP framework. Core PHP is the language in its framework. It gives you maximum control , but you have to create everything from scratch. PHP frameworks on the other hand makes application development faster by providing a basic structure for which to build the web applications. These, PHP frameworks help to rapid application development, which saves developers time by providing building blocks, and roadmap to follow. Frameworks can also help developers to build more stable web applications as most of the bugs in the structure would be addressed already. The basic idea behind a PHP framework is called MVC ( Model View Controller). MVC isolates the business logic from database layer and presentation layer. This is similar to the n tier architecture in other technologies like .net.

Read more..

Leave a Reply