Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Monday, February 18, 2019
WordPress | Disable posts auto saving
›
To disable WordPress autosaving function, simply open your functions.php file and paste the following function <?php funct...
WordPress | Automatically Insert Content After Each WordPress Post or Page
›
For example, on all the our posts and pages, we have an email subscription box. There are several ways to add content to your post, wit...
1 comment:
Sunday, February 17, 2019
Wordpress create table on Plugin activation if not exists
›
<?php global $wpdb ; $table1 = $wpdb -> prefix . "my_table" ; if ( $wpdb -> get_var ( "show tables l...
Friday, February 8, 2019
GRAILS > FUNCTIONALITY AFTER TRANSACTION COMMITTED
›
So the problem is when we working on grails project with hibernate transaction to manage data, we do not know when actually transaction...
GRAILS : Rendering Groovy GSP Code From A String | Grails – Rendering a Template from a String | Render Grails template from external source
›
package com . pkm . utils import grails.util.Holders import groovy.text.Template import org.codehaus.groovy.grails.web.pages.G...
Try catch not working Laravel raw queries | How to properly catch PHP exceptions (Laravel 5.X) | Why try catch not work in Laravel
›
Make sure you're using your namespaces properly. If you use a class without providing its namespace, PHP looks for the class in the cu...
Laravel 5 Check if request is ajax request | Ajax request validation
›
<?php use Illuminate\Support\Facades\Request; return Request :: ajax (); /* True | False */
‹
›
Home
View web version