Created
October 15, 2012 20:50
-
-
Save clooth/3895374 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| λ /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