I've been entangling myself in code, while trying to implement a RuleProvider
to work with BjyAuthorize ZF2 module.

I need a bit of help.   I put my code here for reference
<https://github.com/dennis-fedco/BjyRuleProvider>  .

I am looking for help in some specific areas.

Some problems I am currently experiencing:
*  FedcoUser/src/FedcoUser/Entity/ControllerGuardRule class - should it
implement any Providers, like BjyAuthorize\Provider\Rule\ProviderInterface
interface, or not? 

I ask because it seems that I have
FedcoUser/src/FedcoUser/Provider/Rule/ObjectRepositoryProvider that already
implements Rule\ProviderInterface.  All in all, where, and how should I
retrieve my rules?

*   My Doctrine mappings for ControllerGuardRule are out of whack
<https://gist.github.com/dennis-fedco/51d994f05a1255396f64>  , but I have
another post on that topic elsewhere (in doctrine forum). 

My goal basically is have an application that uses BjyAuthorize and loads
Rules from the Database via Doctrine.  Can a good soul take a peek at my
code perhaps and help me untangle myself?

Thanks,
Dennis



--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/BjyAuthorize-RuleProvider-from-Doctrine-help-requested-tp4661439.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: fw-general@lists.zend.com
Info: http://framework.zend.com/archives
Unsubscribe: fw-general-unsubscr...@lists.zend.com


Reply via email to