php

  • submit to reddit

Simple utility for copying data from MongoDB to MySql

http://my.sociopal.com/sociopaltech/post?id=simple_utility_for_copying_data_from_mongodb_to_mysql_this_is_a_simple_php_program_im_using_in_o_61755This is a...

0 replies - 45 views - 05/22/13 by Avi Kapuya in Uncategorized

Cloning in PHP

Cloning is an operation consisting in the duplication of a data structure, usually to avoid the aliasing problem  of having different code modify the same...

0 replies - 1444 views - 05/15/13 by Giorgio Sironi in Articles

Accessing APIs without taking down your own application

Ah, the world of APIs! You sprink on your application some magical powder, made from the mashed bones of curl_*() functions, and it magically integrates with...

0 replies - 1221 views - 05/08/13 by Giorgio Sironi in Articles

The Wheel: Symfony Stopwatch

It's impossible to predict performance and you need the right tooling to measure it. The Stopwatch Symfony Component is a userland object that lets you time...

0 replies - 1911 views - 05/01/13 by Giorgio Sironi in Articles

Diving into Behat

I had the occasion to try out and adopt Behat for a particular need in our projects at Onebip. Here is my recount of the experience from a PHPUnit contributor...

0 replies - 2636 views - 04/08/13 by Giorgio Sironi in Articles

Monoids in PHP

Sometimes the only way to grok a functional programming concept is reimplementing it. Monoids are a mathematical and functional structure that it's difficult...

0 replies - 2591 views - 04/03/13 by Giorgio Sironi in Articles

PHP Checkbox Quiz problem

<html><form method='post' action='process.php' id='1'><ol>   <li>     <h3>Care este altitudinea maxima a...

0 replies - 957 views - 03/20/13 by Televizor Color in Uncategorized

From Java to PHP

We are welcoming some new colleagues that come from a Java background in the Onebip team, both from the development and operations field. Here's a primer on...

0 replies - 6500 views - 03/13/13 by Giorgio Sironi in Articles

The Wheel: Symfony Console

I recognize I may be biased towards writing custom solutions due to my focus on complex domains such as transportation and payments, where new code is needed...

0 replies - 2984 views - 03/11/13 by Giorgio Sironi in Articles

How to Speed Up WordPress in 7 Easy Steps

Last month, we discussed the importance of implementing a CDN to speed up your site content. Sticking with this theme, let’s take a closer look at how...

1 replies - 1762 views - 03/07/13 by Leigh Shevchik in Articles

Jelastic Launches Major New Version of Its Cloud Hosting Platform

Jelastic, Inc., announced the launch of a major new version of its ultra-scalable and interoperable Java and PHP cloud hosting platform. The new version,...

0 replies - 1973 views - 03/07/13 by Julia Wunder in Articles

Contributing to Paratest

I've already written about my experiments with Paratest. Paratest is a PHPUnit wrapper that allows you to run tests written for PHPUnit in parallel, making us...

0 replies - 1478 views - 03/04/13 by Giorgio Sironi in Articles

PHP's mcrypt

This a symmetric encryption primer for PHP: you'll learn how to call the mcrypt API to encrypt and decrypt strings, using a single key in both processes.The...

0 replies - 1579 views - 02/25/13 by Giorgio Sironi in Articles

PHP streams for everything

The stream extension of PHP is one of the batteries included in its packaging: a uniform interface to access many different types of data, relying on the...

0 replies - 3760 views - 02/18/13 by Giorgio Sironi in Articles

External processes and PHP

I've come to known a bit about spawning and monitoring new processes from PHP code, while working at Onebip and trying to contribute to Paratest. Here's what...

0 replies - 3274 views - 02/13/13 by Giorgio Sironi in Articles