Thread: [Pas-dev] Re: php obj gen (was Re: [Fascists] oo php)
Status: Beta
Brought to you by:
mortis
From: Kyle R . B. <mo...@vo...> - 2002-05-07 14:57:28
|
> > Worked first time? > > yes it did. i wasn't paying attention to what dir i was in. i was > trying to co pas to my own repository. serves me right for trying to > rush thru the co before i left last nite. 8^) > > so where do i start? i'm reading the TODO file now. =) We should really start by moving the discussion to pas-dev (see sf.net for how to subscribe). It'll get archived, and other people will see that we're working on/discussing pas that way. Kyle -- ------------------------------------------------------------------------------ Wisdom and Compassion are inseparable. -- Christmas Humphreys mo...@vo... http://www.voicenet.com/~mortis ------------------------------------------------------------------------------ |
From: Douglas R. <dou...@mi...> - 2002-05-07 18:09:33
|
Kyle R . Burton wrote: >>>Worked first time? >> >>yes it did. i wasn't paying attention to what dir i was in. i was >>trying to co pas to my own repository. serves me right for trying to >>rush thru the co before i left last nite. 8^) >> >>so where do i start? i'm reading the TODO file now. =) > > > We should really start by moving the discussion to pas-dev (see sf.net for > how to subscribe). It'll get archived, and other people will see that > we're working on/discussing pas that way. is there any documentation on how to setup the pas_session table? i'm using mysql. i believe i've setup everything correctly thus far, but wondering about the field attributes of that table. does pas create it? do i create it? peace, doug |
From: Kyle R . B. <mo...@vo...> - 2002-05-07 18:14:17
|
> is there any documentation on how to setup the pas_session table? i'm > using mysql. i believe i've setup everything correctly thus far, but > wondering about the field attributes of that table. does pas create it? > do i create it? perldoc Org::Bgw::Pas::Session::MySQL perldoc Org::Bgw::Pas::Session::MySQL::Factory.pm or: perldoc src/Org/Bgw/Pas/Session/MySQL.pm perldoc src/Org/Bgw/Pas/Session/MySQL/Factory.pm depending on how your PERL5LIB is set up, the first should work, if not, the second will work from the main project directory. Actualy you only need to read the factory manpage, the first manpage only points to the second. hth, Kyle -- ------------------------------------------------------------------------------ Wisdom and Compassion are inseparable. -- Christmas Humphreys mo...@vo... http://www.voicenet.com/~mortis ------------------------------------------------------------------------------ |
From: Kyle R . B. <mo...@vo...> - 2002-05-07 18:18:39
|
Actualy, the fact that I answered that way means we need to add that to the documentation somewhere...thanks for pointing this out, and sorry it's not already in the documentation. Kyle On Tue, May 07, 2002 at 02:14:01PM -0400, Kyle R . Burton wrote: > > is there any documentation on how to setup the pas_session table? i'm > > using mysql. i believe i've setup everything correctly thus far, but > > wondering about the field attributes of that table. does pas create it? > > do i create it? > > perldoc Org::Bgw::Pas::Session::MySQL > perldoc Org::Bgw::Pas::Session::MySQL::Factory.pm > > or: > > perldoc src/Org/Bgw/Pas/Session/MySQL.pm > perldoc src/Org/Bgw/Pas/Session/MySQL/Factory.pm > > depending on how your PERL5LIB is set up, the first should work, if not, > the second will work from the main project directory. > > Actualy you only need to read the factory manpage, the first manpage > only points to the second. > > > hth, > > Kyle > > -- > > ------------------------------------------------------------------------------ > Wisdom and Compassion are inseparable. > -- Christmas Humphreys > mo...@vo... http://www.voicenet.com/~mortis > ------------------------------------------------------------------------------ > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for download mirrors. We supply > the hardware. You get the recognition. Email Us: ban...@so... > _______________________________________________ > Pas-dev mailing list > Pa...@li... > https://lists.sourceforge.net/lists/listinfo/pas-dev -- ------------------------------------------------------------------------------ Wisdom and Compassion are inseparable. -- Christmas Humphreys mo...@vo... http://www.voicenet.com/~mortis ------------------------------------------------------------------------------ |
From: Douglas R. <dou...@mi...> - 2002-05-07 18:27:13
|
Kyle R . Burton wrote: > Actualy, the fact that I answered that way means we need to add that > to the documentation somewhere...thanks for pointing this out, and > sorry it's not already in the documentation. np. i'd been poking around in those modules briefly, but hadn't found my answer yet. it definitely should be documented. =) peace, doug |
From: Kyle R . B. <mo...@vo...> - 2002-05-07 18:33:47
|
> > Actualy, the fact that I answered that way means we need to add that > > to the documentation somewhere...thanks for pointing this out, and > > sorry it's not already in the documentation. > > np. i'd been poking around in those modules briefly, but hadn't found > my answer yet. it definitely should be documented. =) Well, it is documented. It's just documented in the POD of those modules. The problem with that is that it's not intuitive that that's where you should go to look for how to set up MySQL based sessions. There should at least be a pointer to those modules in the install manual or something. Kyle -- ------------------------------------------------------------------------------ Wisdom and Compassion are inseparable. -- Christmas Humphreys mo...@vo... http://www.voicenet.com/~mortis ------------------------------------------------------------------------------ |