Vbulletin Bridge For CakePHP
Vbulletin bridge for cakephp. special thanks to Netrosis (www.syphex.com)
[Read more] Simple XML-RPC Services Implementation
Recently I was entrusted with a project which required me to setup a XML-RPC services server on an installation of CakePHP. I could not find an implementation that would suit my needs so I thought about embarking on this adventure on my own.
This implementation is beautifully simple and one more example of extending Cake's power.
I have tried to enumerate the implementation in a few steps. I hope it will be easy for everyone to follow.
[Read more] This implementation is beautifully simple and one more example of extending Cake's power.
I have tried to enumerate the implementation in a few steps. I hope it will be easy for everyone to follow.
MultiTree Behavior
MultiTree is a drop-in behaviour to CakePHP's Core Tree Behavior allowing for more advanced operations and better performance on large data sets
[Read more] jQuery image upload & crop
I was searching for a nice script with that i can upload and crop images.
I found a nice one @ http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/ and made it cake ready ;)
So, i hope i can help you with my first Article!
Here we go:
[Read more] I found a nice one @ http://www.webmotionuk.co.uk/php-jquery-image-upload-and-crop/ and made it cake ready ;)
So, i hope i can help you with my first Article!
Here we go:
Simple Excel spreadsheet helper
I made this Excel helper because I wanted to generate reports of data easily, without having to specify column names and other stuff. You just need one line in your view and throw an array with data and a title to the helper and you're done.
[Read more]
Latest Comments