This is a class that I found lying around, and I decided to share it. It is used to generate a valid XML , and to send it to an API / Gateway. It is made to be very simple to modify, and small. The idea behind it is to experiment with the get_object_vars() in order to minimize the actual… Read more →
Recently I had some thoughts about the way the searching for a position should be, and since I couldn’t stop thinking about it, I’ve decided to to come up with something I believe should be a good and accurate solution for this. I wrote most of this class in the plane on my way to Denver, CO using my trusty… Read more →
As the title said, I had to create a SOAP Server on a Kohana3 (KO3) Framework recently, and I decided to share my experience. Up until now I was always using NuSoap or just generating the wsdl file by hand, to avoid any problems, but this time I decided to experiment with Zend AutoDiscovery class. This class came a long… Read more →
After wasting hours in the new Kohana 3 (KO3) documentation, I decided to spend the time to create a “plug&play” version of KO3, which I can use as a start up version of my KO3 based projects. I’ve set up the auth module, the ORM and one controller, along with the login views and templates. Also I am pulling results… Read more →