Zend Framework is the most popular framework developed using PHP. It’s fully object oriented web application framework with Model View Controller (MVC) pattern. There are many small to large scale of web applications are developed using Zend frameworks. Due to this, there are always demand of PHP programmers who has expertise in Zend Frameworks. So […]
Author: PHPZAG Team
PHP – Model View Controller (MVC)
MVC (Model-View-Controller) is a pattern that is used in software development. The basic idea behind MVC is to separate business logic from its presentation layer. MVC is the most used pattern in today’s web development. This pattern firstly used in Smalltalk and later adopted and popularized by Java. At present there are more than a […]
Mysql Index Advantages and Disadvantages
Indexing is an important feature of MySQL. It supports different types of indexes like primary key index, unique index, normal index and full-text index. Indexes help to speed up the retrieval of data from MySQL database server. When retrieving the data from a database table, MySQL first checks whether the index of table exists; If yes […]
Useful PHP Charting Libraries
You can easily create simple charts and graph using PHP GD library. But when you need more complex charts or graphs then you will need advanced libraries. These libraries have importance in web development. Suppose you are in the middle of a project and need to get everything done as soon as possible then these […]
Instagram API implementation in PHP
Instagram is a fast, beautiful and powerful social plateform to share your photos with friends and family. You can snap a picture, choose a filter to transform its look and feel, then post to Instagram. Also can share to Facebook, Twitter, and Tumblr. In this tutorial you will learn how to implement Instagram API using PHP.