A list of amazingly awesome PHP libraries, resources and shiny things.
- Composer/Packagist - A package and dependency manager.
- Composer Installers - A multi framework Composer library installer.
| <?php | |
| // 1) Escaping on; View template | |
| $manufacturers = $sf_user->getAttribute('manufacturer_ids', array(), 'mdUser'); | |
| $user_manufacturers->getRawValue(); // returns an array() | |
| // for variables in view template | |
| echo $sf_data->getRaw('variable_name'); | |
| // disable escaping from class method output |
| --- | |
| options: | |
| docker: true | |
| pipelines: | |
| branches: | |
| master: | |
| - step: | |
| script: | |
| # Installing gcloud |
A list of amazingly awesome PHP libraries, resources and shiny things.