About Rohan Faye

Rohan is a Computer Science and Engineering graduate and a PHP programmer by profession. He has just started working on the open source technologies and PHP frameworks. At SANIsoft, he is responsible to program and maintain high performance and scalable PHP based web applications. When not at work, you can find him day dreaming, reading books or watching international cricket matches.
Author Archive | Rohan Faye

Introduction to jqGrid jQuery plugin

Tweet‘Data’ is an important term and a backbone for any dynamic web applicaiton. And for that reason, there are no two ways to say that data representation has been a crucial factor in web application development. As we know that there are enormous methods to represent data in any system but what matters is efficiency, [...]

Read full story · Comments { 14 }

[HowTo] Retrieve your Gmail emails using simple IMAP protocol

TweetWhile developing applications in PHP, I might have used the simple mail() number of times to create an interface to send emails across the web. On a normal working day, I just woke up in the morning and thought, "Is there any chance for me to retrieve emails from any mail service provider like Gmail??" [...]

Read full story · Comments { 5 }

Adding security to your CakePHP application – Part 2

TweetIn the Part 1 of this post, we've discussed how to secure your CakePHP application by following some thumb rules and using Sanitize class. Now, in the second part, we'll discuss how to add some more security to your application by using the nice Security component of CakePHP. Before coming down to the nitty-gritty of [...]

Read full story · Comments { 6 }

Adding security to your CakePHP application – Part 1

TweetBen Parker once advised his young nephew Peter, whose super-hero alter ego is Spider-man, that “With great power comes great responsibility.” CakePHP framework provides us a rich tool-set to build high performance web applications. The applications built using CakePHP are secure at much extent as long as it comes with some nice features such as [...]

Read full story · Comments { 5 }