[nyphp-talk] Pear::LiveUser (or other ACL / RBAC Package)

2011-02-01 Thread Bill P.
Hello, Does anyone have any experience with PEAR::LiveUser ? It's still listed as beta, but been around for a long time even before the last release. I am looking for an ACL / RBAC package and management component, but not finding much. A year and a half or so ago, I used ZF ACl, but was not t

Re: [nyphp-talk] Frameworks... CodeIgnite and Symfony

2008-02-28 Thread Bill P.
gt; > > > > > > On Wed, Feb 27, 2008 at 8:49 AM, Attila, Ferencz-Csibi > wrote: > > > > > > > Hi, > > > > > > > > yes - symphony is used as base framework for del.icio.us site. > > > > > > > > A. > >

[nyphp-talk] Frameworks... CodeIgnite and Symfony

2008-02-26 Thread Bill P.
I am looking into using a framework for new projects. Most of my projects are larger CMS / User Authentication type sites that allow a main site admin and sub admins edit/add content to a site. There are also private member sections that the site admin can add and remove users from. Currently,

Re: [nyphp-talk] MSSql , IIS Encrypted Connection String

2007-09-05 Thread Bill P.
machine decrypt it properly before making the connection. still a little unsure if i am missing something though. Bill Gary Mort <[EMAIL PROTECTED]> wrote: Bill P. wrote: > Hello, > > I have a project that will be using IIS and mssql. > I need to use an encrypted conneciton string in

[nyphp-talk] MSSql , IIS Encrypted Connection String

2007-09-03 Thread Bill P.
Hello, I have a project that will be using IIS and mssql. I need to use an encrypted conneciton string in my config/lib.php file. mssql has built in encryption connection ability, but within asp. Everything will be written in php so does anyone have any suggestions on encrypting a connection s

[nyphp-talk] PEAR::MDB2, MS Sql , IIS Encrypted Connection String

2007-08-19 Thread Bill P.
Hello, I have a project coming up that I will be running on IIS with MS Sql. Orginally, it was going to run on linux with apache and mysql, but as things go, that changed. So I will still be using Pear::MDB2 and Pear::Auth .The DB will be mssql on a seperate machine. My question is: Is any