Laravel Unknown database type enum requested, Doctrine\DBAL\Platforms\MySqlPlatform may not support it How to fix Doctrine\DBAL\DBALException when migrating DB in Laravel 4
How To Install OROCRM On Your Local Machine OroCRM is a new CRM system created by some of the original Magento team. This week I have been testing it out extensively and I wrote an article for Develo//Design on how to install OroCRM on your local machine/ development server. OroCRM was only released in beta last week and installation brought up a few […]
Magento – Get Store Email Address How to get the store email address from within any file in Magento.
CodeIgniter’s Xss_clean Function Doesn’t Work Well it does, but just not in the way I was expecting. It removes all html that it considers dangerous. However it will let some html elements through. When I ran my simple login script using a web vulnerability scanner, it returned cross site scripting (XSS) vulnerabilities that I was not expecting. If you are not accepting any html in your input […]
Create A New Web App using Yii I recently decided to have a look at a new PHP framework called Yii (-well new for me, it was first released 3 years ago!). I’ve heard a few good things about it so I decided to check it out. There are a few good tutorials for it on their website, however on first impressions […]
Working with Concrete5 – the new CMS on the block I have just finished working on my first concrete5 project! For those of you who do not know, concrete5 is a fairly new Open Source CMS (Content Management System), like Joomla or Dupral. I decided to use concrete5 for my latest website design project after stumbling across some very promising reviews on the net. I […]