Skip to content

Instantly share code, notes, and snippets.

@clooth
Created October 15, 2012 20:50
Show Gist options
  • Select an option

  • Save clooth/3895374 to your computer and use it in GitHub Desktop.

Select an option

Save clooth/3895374 to your computer and use it in GitHub Desktop.
λ /var/dev/barony-recruitment/ php ./recruitment.php
Adding butthole to keywords:
Data: Array
(
[keywords] => Array
(
[0] => butthole
)
)
Removing butthole from keywords:
Data: Array
(
[keywords] => Array
(
)
)
Adding 3 new values to search keywords:
Data: Array
(
[keywords] => Array
(
[0] => butthole
[1] => surfer
[2] => gang
)
)
Adding job title value:
Data: Array
(
[keywords] => Array
(
[0] => butthole
[1] => surfer
[2] => gang
)
[title] => Array
(
[0] => accountant
)
)
Removing all keywords:
Data: Array
(
[title] => Array
(
[0] => accountant
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment