23:06

Add parameters to the current url

Wordpress allows to add one or more parameters to the current url or external url by using following function. This function returns a modi...
23:01

add_action in wordpress

add_action(  string   $tag ,  callable   $function_to_add ,  int   $priority  =  10 , int   $accepted_args  =  1  ) Description Actions a...
22:46

mongo connection using php

if we want to establish connection between mongo and php then we need to install php mongo driver in your server. after download and instal...
22:40

Match and lookup in mongo

we can easily combine one or more documents result set based on foreign key relation in mongo so please follow below procedure to achieve t...
22:35

Views In Mongo

we combine the result of more than one collections by using following concepts in mongo aggregation lookup pipeline so when we w...
22:32

set map using leaf let

we can set the map abundantly and easily by using leaf let javascript plugin. this plugin supports following concepts Map with radius Ma...
21:38

mongo join with regexp

we combine the result of more than one collections by using following concepts in mongo aggregation lookup pipeline we have two colle...
21:07

How to create DB class in php

DB Class In general we are using PHP mysqli/mysql functions directly when we need to connect database for retrieve or storing data. so wh...
Powered by Blogger.