News Feed
Jobs Feed
Sections




News Archive
Joshua Thijssen's Blog:
Symfony2 Implementing ACL rules in your Data Fixtures
July 04, 2012 @ 16:33:23

Joshua Thijssen has a new post to his blog looking at a method for setting up ACL rules in fixtures for your Symfony2-based applications.

Doctrine's DataFixtures are a great way to add test data to your application. It's fairly easy to get this going: Create a fixureLoader that extends DoctrineCommonDataFixturesAbstractFixture, had a load() method and off you go. However, sometimes you want your data also to be protected by Symfony 2′s ACL layer. Since there isn't a common way to do this, here is one way on how I implemented this.

His method uses the ContainerAware interface on the fixture loader instance to be able to get at the container for the fixture. This allows you to use the usual ACL handling methods of the framework to provide restrictions based on things like usernames and roles.

0 comments voice your opinion now!
symfony2 fixture acl rule container loader tutorial


blog comments powered by Disqus

Similar Posts

Nefarious Designs: Object-Oriented PHP Part 2: Relationships

Raphael Stolt's Blog: Using MongoHq in Zend Framework based applications

Think Vitamin Blog: Getting Started with OOP & PHP5: Part 2

Automated backups to Google Drive with PHP API

PHPMaster.com: Message Brokering with RabbitMQ


Community Events











Don't see your event here?
Let us know!


interview phpunit tool object development language application series unittest introduction framework community testing functional zendframework2 podcast code example release opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework