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 setup email accounts in cakephp

We all have to know that, there are need to use one dynamic setting by which we can setup in one file though which we can manage all email which are sending from our site. 1) An Cakephp have use

Read More