From: Matthew M. <ma...@tu...> - 2002-10-17 15:00:35
|
i have submitted a new function in Text.php. function indexLink($title, $module=NULL, $getVars=NULL){ * Allows a quick link function for phpWebSite modules to the index.php. * * A replacement for the clunky function link. This is for modules accessing * local information ONLY. It adds the hub web address and index.php automatically. * You supply the name of the module and the variables. Basically, I am sick of the link function when 99% of the time I hit it, I need a link that is module specific. please take a look and respond if it is cool to stay. Thanks Matt Matthew McNaney Internet Systems Architect Electronic Student Services Email: ma...@tu... URL: http://phpwebsite.appstate.edu Phone: 828-262-6493 ICQ: 141057403 |
From: Adam M. <ad...@tu...> - 2002-10-17 15:22:31
|
I like the function, it looks useful, but can we change the name to something like moduleLink()? indexLink() makes me think it's going to create a link that sends me to the home page. moduleLink() ? +1 : -1 hehehe Adam > i have submitted a new function in Text.php. > > function indexLink($title, $module=NULL, $getVars=NULL){ > * Allows a quick link function for phpWebSite modules to the index.php. > * > * A replacement for the clunky function link. This is for modules > accessing * local information ONLY. It adds the hub web address and > index.php automatically. > * You supply the name of the module and the variables. > > Basically, I am sick of the link function when 99% of the time I hit it, > I need a link that is module specific. > > please take a look and respond if it is cool to stay. > > Thanks > Matt > > Matthew McNaney > Internet Systems Architect > Electronic Student Services > Email: ma...@tu... > URL: http://phpwebsite.appstate.edu > Phone: 828-262-6493 > ICQ: 141057403 > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: viaVerio will pay you up to > $1,000 for every account that you consolidate with us. > http://ad.doubleclick.net/clk;4749864;7604308;v? > http://www.viaverio.com/consolidator/osdn.cfm > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers --------------------------------- Adam Morton Developer - Web Technology Group Appalachian State University http://phpwebsite.appstate.edu |
From: Steven L. <st...@tu...> - 2002-10-17 15:25:44
|
+1 good function +1 to naming it moduleLink instead of indexLink > > I like the function, it looks useful, but can we change the name to > something like moduleLink()? indexLink() makes me think it's going to > create a link that sends me to the home page. > > moduleLink() ? +1 : -1 > > hehehe > > Adam > >> i have submitted a new function in Text.php. >> >> function indexLink($title, $module=NULL, $getVars=NULL){ >> * Allows a quick link function for phpWebSite modules to the >> index.php. * >> * A replacement for the clunky function link. This is for modules >> accessing * local information ONLY. It adds the hub web address and >> index.php automatically. >> * You supply the name of the module and the variables. >> >> Basically, I am sick of the link function when 99% of the time I hit >> it, I need a link that is module specific. >> >> please take a look and respond if it is cool to stay. >> >> Thanks >> Matt >> >> Matthew McNaney >> Internet Systems Architect >> Electronic Student Services >> Email: ma...@tu... >> URL: http://phpwebsite.appstate.edu >> Phone: 828-262-6493 >> ICQ: 141057403 >> >> >> >> >> ------------------------------------------------------- >> This sf.net email is sponsored by: viaVerio will pay you up to >> $1,000 for every account that you consolidate with us. >> http://ad.doubleclick.net/clk;4749864;7604308;v? >> http://www.viaverio.com/consolidator/osdn.cfm >> _______________________________________________ >> Phpwebsite-developers mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > --------------------------------- > Adam Morton > Developer - Web Technology Group > Appalachian State University > http://phpwebsite.appstate.edu > > > > > ------------------------------------------------------- > This sf.net email is sponsored by: viaVerio will pay you up to > $1,000 for every account that you consolidate with us. > http://ad.doubleclick.net/clk;4749864;7604308;v? > http://www.viaverio.com/consolidator/osdn.cfm > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers -- Steven Levin Electronic Student Services Appalachian State University Phone: 828.262.2431 PhpWebsite Development Team URL: http://phpwebsite.appstate.edu Email: st...@NO... |