Get controller name in view cake php 3 us code:
Developers Map
Discy Latest Questions
If you are using full calendar and you want get a extra column with event function then you can use below Code :
Event Calendar is most common calendar for remember you events or metting or other activities. if you want to use event calendar then you use bewlow Url : Event Calenader CLICK HERE Event Calenader CLICK HERE ...
I am trying to remove and change the wrapping div that CakePHP 3 uses on its form helper. I Use this code:
let code sample sprintf(‘%08d’, 1234567); Output 01234567
In php if you want to transfer a zip file from one server to other server then you can use belowe simple code.It is very simple for file transfer one server to other server. Step 1 : Create a zip file ...
you can disable laravel routing by edit project directory htaccess file change your existing .htaccess file Options +SymLinksIfOwnerMatch RewriteEngine On RewriteRule ^ index.php [L] to Options +SymLinksIfOwnerMatch RewriteEngine On RewriteRule ^foldername – [L] RewriteRule ^ index.php [L]
How to Add, Edit, Update and delete user’s detail with file upload in using Cake php
Now a days Cakephp is a most common framework. It is simple and easy to use. In cakephp if you want to access a variable in deafult.ctp by app controller. Step 1 : First create a function in app controller name ...
in php you have an a long string then you want to give a space after a specific length then you can use below code. Use Below Code : Output : 1234 1234 1234 1234
How to remove value and pop value in javascript array? Step 1 : Create prototype to remove js elemenet
Disable mod_pagespeed on server using htaccess jus put code on top of your htaccess
Code Sample of Stop video recording and screen shot in android app add code on activity oncreate method getWindow().setFlags(WindowManager.LayoutParams.FLAG_SECURE, WindowManager.LayoutParams.FLAG_SECURE);