Computer Science Canada Module tips |
Author: | Amailer [ Wed Jun 16, 2004 5:35 pm ] |
Post subject: | Module tips |
I need some tips on the best/easy way to install modules for a project (news,downloads and etc). Anyone knows please post |
Author: | gevorgkhc [ Mon Jun 21, 2004 6:59 pm ] |
Post subject: | |
Edit: nvm, that didn't work. |
Author: | the_short1 [ Mon Jun 21, 2004 7:40 pm ] |
Post subject: | |
crap.... i thought this was gona be for turing... cuz then i coulda done it no prob.... is this for ur site??? |
Author: | Amailer [ Mon Jun 21, 2004 10:50 pm ] |
Post subject: | |
Project, yes |
Author: | Amailer [ Sat Jun 26, 2004 5:37 pm ] |
Post subject: | |
anyone know a good way to install modules?? |
Author: | the_short1 [ Sat Jun 26, 2004 6:15 pm ] |
Post subject: | |
i think ur SOL amailer... not too many know php |
Author: | octopi [ Sat Jun 26, 2004 7:57 pm ] |
Post subject: | |
wtf is a module? You need to recompile php, with certain flags (on windows, you download a dll file, place it in the php dir, and edit the php.ini file to load the module) |
Author: | gevorgkhc [ Thu Jul 01, 2004 3:51 pm ] |
Post subject: | |
lol, what Amailer means is a way to easily add addons to PHP projects/scripts |
Author: | Craige [ Sat Dec 09, 2006 10:03 am ] |
Post subject: | |
I find the best way is to store each module in a file in a directory below the web root, and then use an included function to include all the modules you will be requiring for that page. |