Before wordpress 3.5, you need to add manually color picker js and css files to integrate a color picker
How to create pagination in codeigniter
A another feature why use framework for site that we can easily create pagination in codeigniter it’s own pagination library with less code and less time.
Facebook login for codeigniter using graph api
Remove hassle of long register and login process and allow users to one click login for your site using facebook login.
Create custom library in codeigniter
Codeigniter libraries means classes which located in libraries directory. so for create our own custom library in codeigniter we need to build classes and store class
Getting image from url php using curl or fopen
Sometimes we need to get image from remote or from url to done our task. In Getting image from url php using curl or fopen article we will explore how it could be done.
Connecting multiple database in codeigniter
Sometimes we need to use two or multiple database for a single site. If you need to connect to more than one database simultaneously.
Upload files in codeigniter
We have an inbuilt class for upload files in codeigniter. using upload class we can easily upload files or images in codeigniter.
How to get youtube subscribers count in php
Today i am working with youtube api to get youtube subscribers count. Then i found The YouTube API v2.0 is deprecated.
How to create custom configuration in laravel
All configuration files of Laravel framework stored in the app/config directory.
so if we need to create custom configuration values it would be better to keep separate our custom configuration in custom file.
Class form or html not found in Laravel 5
Recently i am working with new laravel 5 and found there is more changes or you can say it’s whole rebuild new version.