Update Jun 03, 2016: As a new update when you try to do this action it gives you an option to whitelist the action in question. Something like this. So it solves this issue for the current user. Old (outdated…
CakePHP Captcha support for 3.x
Finally, I got a chance to update my cakephp captcha support for CakePHP 3.x. It’s been quite long since CakePHP 3.x was out so I thought it was good to make it work finally. I had been receiving quite a…
jQuery File Upload plugin for CakePHP 2.x
Got a working copy of https://blueimp.github.io/jQuery-File-Upload/ file upload plugin for CakePHP 2.5.5 built as a plugin. Forked and modified from the original repository https://github.com/hugodias/FileUpload into https://github.com/inimist/FileUpload to incorporate latest files and functionality.
5 Best multi-purpose WordPress themes – Clients’ choice
I have got two clients who work solely in WordPress. They market for Wordpress jobs and get websites done in-house. Sometimes, when they have extra work or the work which may involve some programming they source out such jobs to me.
Top Responsive Magazine News WordPress Themes For Blogging and News Sites 2016
It can be said that WordPress is the best blogging, News and Magazine software at present. Most of the hosting solutions provide an easy way to install WordPress for you. To create a new website you just need to buy…
CakePHP: switching between multiple databases
Relating to a post I submitted a while back, along with creating a data connection on the fly I had to switch between two connections. That is, file based default connection and a dynamic connection based on user. Here is…
Remove remote directory from repository after adding it to .gitignore
I had a directory named sites added to my git repository. As it contained a bootstrap file having names of each new domain in multiple sites setup hosted in the single CakePHP application it contained different domain entries and folders…
Cakephp generate plugin schema
As you know one would generate the cakephp table schema as: $ cake schema generate
CakePHP Create Datasource on the fly
Want to switch between different databases in a CakePHP action? Do you want to use different database for different clients or sites? Don’t worry the solution more simpler than you thought it to be. Following this link and few other similar…
Install Laravel on Windows – 3 minutes install
Install Laravel on Windows – 3 minutes install Install laravel via composer installer on windows xampp or wamp Laravel 5 can be installed via composer on all operating systems like Windows, ubuntu, mac. Using the following quick guide one can…