SetToLoki Posted June 26, 2009 Share Posted June 26, 2009 Ok I am looking for opinions on the best way to create a dynamic website using php. My personal favourite is the e107 sites way of doing things only there is too much code for me to follow and replicate, I like the plug-in system though I have no idea how it works (if anyone knows of a good plug-in content tutorial that shows how to setup a plugin system it would be handy) I am after your ideas on creating a website that includes pages etc and causes minimal loading time for users. my last one all the links pointed to PHP SELF and past a var in the url telling an include on the page what to include. this works fine untill you start adding css and javascript to your pages and the include path gets messed up if the pages you include are not on same level as the page that is including them. Also tends to break some of my AJAX stuff. And if anyone knows of a tutorial or documentation on good ways of doing this please include links cheers Link to comment https://forums.phpfreaks.com/topic/163806-website-design/ Share on other sites More sharing options...
nuttycoder Posted June 27, 2009 Share Posted June 27, 2009 here's a few links that should help: http://www.codewalkers.com/c/a/Database-Articles/Create-dynamic-sites-with-PHP-MySQL/ http://www.killersites.com/PHP/index.php http://www.google.co.uk/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-GB%3Aofficial&hs=Krg&q=building+a+dynamic+site+with+php&btnG=Search&meta= Link to comment https://forums.phpfreaks.com/topic/163806-website-design/#findComment-864420 Share on other sites More sharing options...
SetToLoki Posted June 27, 2009 Author Share Posted June 27, 2009 here's a few links that should help: http://www.codewalkers.com/c/a/Database-Articles/Create-dynamic-sites-with-PHP-MySQL/ http://www.killersites.com/PHP/index.php http://www.google.co.uk/search?hl=en&client=firefox-a&rls=org.mozilla%3Aen-GB%3Aofficial&hs=Krg&q=building+a+dynamic+site+with+php&btnG=Search&meta= thanks not quite what I am looking for though, was looking for a breakdown of how things like smarty work to make template based websites. and how e107 plugin system works and what things should be considered when making a site that runs like this. Link to comment https://forums.phpfreaks.com/topic/163806-website-design/#findComment-864437 Share on other sites More sharing options...
nuttycoder Posted June 27, 2009 Share Posted June 27, 2009 When I developed my plugin system I looked all over for decent plugin/hook tutorials all I could find was thing referring to wordpress eventually I used a class for phpclass that enables you to create hooks that you can attach your plugins into may not be the best thing out there but it was enough to get me started. here's the link: http://www.phpclasses.org/browse/package/4497.html Link to comment https://forums.phpfreaks.com/topic/163806-website-design/#findComment-864444 Share on other sites More sharing options...
SetToLoki Posted June 27, 2009 Author Share Posted June 27, 2009 When I developed my plugin system I looked all over for decent plugin/hook tutorials all I could find was thing referring to wordpress eventually I used a class for phpclass that enables you to create hooks that you can attach your plugins into may not be the best thing out there but it was enough to get me started. here's the link: http://www.phpclasses.org/browse/package/4497.html cheers will take a look at it Link to comment https://forums.phpfreaks.com/topic/163806-website-design/#findComment-864446 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.