Knowledge Base

How to load youtube video url in jw player in cakephp

How to load youtube video url in jw player: 1) If  you want to load the youtube video in the jw player then first go to the view file where you have put the jw player. 2) After go to

Read More

How to export sample csv in cakephp

How to export sample csv in cakephp : 1) If you want to export any file in cakephp then put the following lines in your view file where you want to add this functionality. echo $this->Html->link(Export Sample Csv, array(‘controller’ =>’Test’,

Read More

How to use ZipArchive class to extract zip file in php

Here are the question is, we can use php ZipArchive class to extact any zip file by code in your user defined directory. 1) The function which perform this functionality is , function extractZip($sourceFile, $Targetpath)  { $zipObject = new ZipArchive();

Read More