Grégoire HUBERT

Results 67 comments of Grégoire HUBERT

There should be a user provider working with Pomm for the securityBundle.

Pommbundle should be able to propos basic CRUD operation like ORMs

The problem with composer integration is, for now, not following the PSR convention. The autoloader is expecting the files to have the same name as the class they contain, this...

I have given a look at a Postgres implementation but Pg does not feature a `SHOW CREATE` command. This makes the project a bit harder.

There are also the [EZ components](http://ezcomponents.org/docs/tutorials/Document#restructured-text).

Is it possible to add it to the 2.4 milestone then?

Well, we encourage windows users to report such feedback because none of use use Microsoft’s OS. On Unix like OSs, composer creates the symbolic link `vendor/bin/pomm.php` that points to `vendor/pomm-project/cli/bin/pomm.php`...

Ok, that seems to be the composer trick to circumvent the lack of symbolic link in Windows. Agree with you, the script as auto executable should not have an extension....