alphalemon / AlphaLemonCmsBundle

This project has been moved to https://github.com/redkite-labs/RedKiteCmsBundle
Other
26 stars 16 forks source link

Update Controller/ThemesController.php #13

Closed gaelb80 closed 12 years ago

gaelb80 commented 12 years ago

fix namespaces for query

travisbot commented 12 years ago

This pull request fails (merged 091d3c49 into 0c890c4c).

alphalemon commented 12 years ago

Sorry, but that file will be changed next days. I'm going to remove the AlTheme table from the database and use the AlThemesCollection. Anyway using propel objects directly in the code is a deprecated behaviour and the Repository ones must be used.

At the moment there are a lot of use directive that must be removed. I'm going to use the FabPot's PHP-CS-Fixer https://github.com/fabpot/PHP-CS-Fixer. To be honest I've already tried to use that tool but I got errors.