Top "Silex" questions

Silex is a PHP microframework for PHP >=5.3. It is built on the shoulders of Symfony2 and Pimple and also inspired by Sinatra.

Twig Access Array Index?

Is it possible to directly access an array index from within a Twig template? Here's my setup, using Silex: return $…

twig silex
Unexpected character in input: '\' (ASCII=92) state=1 in a Silex Application

I moved my website from local to a hosting, and something happened to me. I include this config file into …

namespaces autoload silex php
How do I obtain all the GET parameters on Silex?

I've been using Silex for a day, and I have the first "stupid" question. If I have: $app->get(…

php symfony silex
The difference between Symfony and Silex

I would like to try Silex but i've some questions. I know to use Symfony2 and i would like to …

php symfony frameworks silex
Symfony2 Form Component - creating fields without the forms name in the name attribute

I'm currently trying to use the Symfony2 Form Component though the Silex microframework. My login form is generated as follows: $…

forms symfony silex
Sorry, the page you are looking for could not be found. silex error

My .htaccess: <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase /silex/web RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ …

php .htaccess silex
Guzzle and HTTPS

I want to use Guzzle and Silex to send request to https pages. With http url I have a response : …

https silex guzzle
Using Javascript variable in Twig template using Silex framework

I am trying to create a route inside of some Javascript inside of a Twig template and need to use …

php javascript jquery twig silex
How to use a YAML config file in Silex Framework

Is it possible to configure a Silex Application with YAML config files? I bet yes, but how is it done …

php yaml symfony silex
Argument 1 passed to Twig_Filter::__construct() must be an instance of string, string given

I have a problem with TWIG. This code works at school but absolutely not with my laptop. I tried with …

php twig silex