How to configure multiple databases in zf2
Configuring multiple database adapters in zf2 is pretty easy. In this post, I will show you how to configure and connect to different databases in
Configuring multiple database adapters in zf2 is pretty easy. In this post, I will show you how to configure and connect to different databases in
This is a basic Twitter Bootstrap 3 template that I use most of the time for Twitter Bootstrap 3 based projects. Bootstrap 101 Template Hello,
<?php query_posts('cat=-1'); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <h3></h3> <p><?php the_time('F jS,
In this tutorial, i will show you how to get the post thumbnail URL in WordPress.Generally we use the_post_thumbnail(); function to display post thumbnail. But
In this post i will show you how to remove the version parameter from scripts and stylesheets enqueued by WordPress’s wp_enqueue_script() and wp_enqueue_style() functions. you
I am gonna use CodeIgniter’s active record class to generate Join Queries in this tutorial. Because by using AR class we can write complex joins
In this post, I will show you how to insert multiple rows in CodeIgniter by using CI’s active records library. CI active record has a
In this tutorial, i would like to show you how to redirect in PHP.We use header() function in PHP to redirect to new location.The header
You can easily watermark images in CodeIgniter by using CI’s image manipulation class. In CI Watermarking is only available using the GD/GD2 library. CI’s image
Composer: Composer is an application-level dependency manager for the PHP programming language that provides a standard format for managing dependencies of PHP software and required
In order to remove, delete or unlink files in Unix/Linux operating system we need to use the rm command. Syntax : rm [OPTION]... file or
if you want to change your domain name without affecting SEO Ranking in search engines then you should think about the 301-page redirect, with a
In this post i will show you how to read CSV file with PHP. CSV is a type of file. It means Comma Separated Values.
To check if an object is empty in JQuery we use jQuery.isEmptyObject( object ) with will return true on success , false on failure. Ex
Today I would like to write about Authenticating to XTRF using Rest API with PHP. After authenticating we can manage users, projects, and estimate ..etc.