Ankit Agrawal

{ // module_execution
smarty Clear cache For Smarty version 2 [code lang=”php”] $smarty->clear_all_cache(); [/code] For Smarty version 3 [code lang=”php”] $smarty->clearAllCache(); [/code] Since ...
STACK: [PHP]
DATE: [August 30, 2017]
{ // module_execution
SSL with cakephp Step 1. use Security component. [code lang=”php”] public $components = array(‘Security’); [/code] Step 2. use the below ...
STACK: [CAKEPHP] [PHP]
DATE: [July 12, 2017]
{ // module_execution
Use following code for 404 redirect in .net website Add below code in your web.config file [code] <customErrors mode="RemoteOnly" defaultRedirect="your_redirect_url" redirectMode="ResponseRewrite"> ...
STACK: [GENERAL]
DATE: [June 21, 2017]
{ // module_execution
[code lang=”php”] $new = array(‘a’,’b’,’c’,’d’,’e’,’f’); $comma_list = strrev(implode(strrev(‘ and’), explode(strrev(‘,’), strrev(implode(‘, ‘, $new)), 2))); echo ‘The list is ‘ . ...
STACK: [GENERAL] [PHP]
DATE: [March 16, 2017]
{ // module_execution
Shop Url [code lang=”php”] $aUrl = get_permalink( woocommerce_get_page_id( ‘shop’ ) ); [/code] Cart Url [code lang=”php”] global $woocommerce; $aUrl = ...
STACK: [PHP] [WORDPRESS]
DATE: [February 14, 2017]

Add this website to your home screen?