Jump to content

website design


SetToLoki

Recommended Posts

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 :D (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

 

thanks :D 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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.