How to use memcache with php simple example

PHP

How to use memcache with php simple example

Memcache is very popular open source caching tool use in nowdays, this article is related to how we can use the memcache with PHP, So start First of…

Render block and views block drupal 7

Drupal

Render block and views block drupal 7 programmatically

This is article is for Drupal 7 to render block in templates and custom blocks using php codes Actually there is very simple ways to render block …

How to Set or Change the Time Zone in Linux

Command line

How to Set or Change the Time Zone in Linux

  Timezone of server is just nothing but the computer date time, on which it will perform different automatic task base on cron and other software.…

variable_get and variable_set in Drupal 8

Drupal

variable_get and variable_set in Drupal 8

As we all know drupal 7 has some very usefull core feature which can we use to our customization of custom or core configraution, In variable_get and…

Custom twig template for Drupal8 Custom

Drupal

Custom twig template for Drupal8 Custom module routing

Briefly in this tutorial you can learn how to create a custom template using hook_theme in drupal 8 for your custom routing. basically the custom…

how to use db_query in drupal8

Drupal

how to use db_query in drupal8

Hey again, again we are come up with drupal8 useful functional to use. today we see how we can use db_query in your custom module to fetch the…

How to Make a Simple Module with a Form and

Drupal

How to Make a Simple Module with a Form and Menu Link Drupal 8

Hi guys, In this article we see how we can make custom form with a menu link in drupal 8. Some of criteria of creating is changed form drupal 7 but…

How to add node ID class with node type on

Drupal

How to add node ID class with node type on body tag drupal 8

Hey, again with new solution with new article, in this article we are going to see how we add node ID class with node type to drupal 8 as like drupal…

Views Conditional results in drupal 8 Views

Drupal

Views Conditional results in drupal 8 Views

Hi, We are here today with new interesting tips and tricks about drupal 8 views. In Drupal 7 we now that if we want any conditional based result we…