From: Bishop B. <ph...@id...> - 2008-01-22 15:22:44
|
All, I know I've seen -- somewhere on the web a long time past -- a perl script that took a "survey definition" from a text file and translated that into the SQL needed to make the survey in phpESP. Has anyone seen that script before? If so, do you know where it's at? I think it would be a good tool to have in the phpESP distribution, both for creating test surveys and bulk uploading of survey "templates". Thoughts? bishop -- Bishop Bettini ideacode, Inc. (main) +1 919 341 5170 / (fax) +1 919 521 4100 Visit us on the web at: ideacode.com Professional software research and development reviewmysoftware.com Improve sales! Review your software before you release bytejar.com Solutions to those annoying development problems |
From: Bishop B. <ph...@id...> - 2008-01-22 15:26:35
|
Hit the Three diamond Jackpot with the google keyword lottery: http://sixshooter.v6.thrupoint.net/phpESP_proto/README.txt Thoughts about this functionality as part of the main source tree? =20 I'm going to use it (or something substantially similar) for my db =20 bootstrapping and testing. I'd rather have it in PHP though, to reduce dependencies. bishop Quoting Bishop Bettini <ph...@id...>: > All, > > I know I've seen -- somewhere on the web a long time past -- a perl > script that took a "survey definition" from a text file and translated > that into the SQL needed to make the survey in phpESP. Has anyone > seen that script before? If so, do you know where it's at? > > I think it would be a good tool to have in the phpESP distribution, > both for creating test surveys and bulk uploading of survey > "templates". Thoughts? > > bishop > > -- > Bishop Bettini > ideacode, Inc. > (main) +1 919 341 5170 / (fax) +1 919 521 4100 > > Visit us on the web at: > ideacode.com Professional software research and development > reviewmysoftware.com Improve sales! Review your software before you relea= se > bytejar.com Solutions to those annoying development problems > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > phpESP-devel mailing list > php...@li... > https://lists.sourceforge.net/lists/listinfo/phpesp-devel > --=20 Bishop Bettini ideacode, Inc. (main) +1 919 341 5170 / (fax) +1 919 521 4100 Visit us on the web at: ideacode.com Professional software research and development reviewmysoftware.com Improve sales! Review your software before you release bytejar.com Solutions to those annoying development problems |
From: Matthew G. <mat...@gm...> - 2008-01-22 17:42:08
|
I wouldn't have a problem including that in the scripts directory and since it's BSD licensed it can be. Maybe making a note about it being quasi unsupported? Bishop Bettini wrote: > Hit the Three diamond Jackpot with the google keyword lottery: > http://sixshooter.v6.thrupoint.net/phpESP_proto/README.txt > > Thoughts about this functionality as part of the main source tree? > I'm going to use it (or something substantially similar) for my db > bootstrapping and testing. > > I'd rather have it in PHP though, to reduce dependencies. > > bishop > > Quoting Bishop Bettini <ph...@id...>: > > >> All, >> >> I know I've seen -- somewhere on the web a long time past -- a perl >> script that took a "survey definition" from a text file and translated >> that into the SQL needed to make the survey in phpESP. Has anyone >> seen that script before? If so, do you know where it's at? >> >> I think it would be a good tool to have in the phpESP distribution, >> both for creating test surveys and bulk uploading of survey >> "templates". Thoughts? >> >> bishop >> >> -- >> Bishop Bettini >> ideacode, Inc. >> (main) +1 919 341 5170 / (fax) +1 919 521 4100 >> >> Visit us on the web at: >> ideacode.com Professional software research and development >> reviewmysoftware.com Improve sales! Review your software before you release >> bytejar.com Solutions to those annoying development problems >> >> >> ------------------------------------------------------------------------- >> This SF.net email is sponsored by: Microsoft >> Defy all challenges. Microsoft(R) Visual Studio 2008. >> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ >> _______________________________________________ >> phpESP-devel mailing list >> php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpesp-devel >> >> > > > > |
From: Bishop B. <ph...@id...> - 2008-01-22 18:10:08
|
Quoting Matthew Gregg <mat...@gm...>: > I wouldn't have a problem including that in the scripts directory and > since it's BSD licensed it can be. Maybe making a note about it being > quasi unsupported? I've added it to scripts/. Jim, thanks for writing phpespmod.pl; I think the phpESP community will benefit from it. Note: I updated the code a little, see comments at the top of the file. bishop -- Bishop Bettini ideacode, Inc. (main) +1 919 341 5170 / (fax) +1 919 521 4100 Visit us on the web at: ideacode.com Professional software research and development reviewmysoftware.com Improve sales! Review your software before you release bytejar.com Solutions to those annoying development problems |