Jump to content

PHP Auto Template


cursed

Recommended Posts

After working with PHP for a looooooooong time, I get bored of the black and white/just text.

 

Is there a function out there to auto template the content and maybe have a cool interface? It'd be pretty useful for people that make admin interfaces.

 

This is just out of curiosity xD

 

It wouldn't be too hard to code, just put everything under an expandable DIV, logo as the basename of a domain, maybe nav bars based on directory tree, with a glossy web 2.0 UI.

Link to comment
https://forums.phpfreaks.com/topic/191176-php-auto-template/
Share on other sites

Not really sure what you are after but some options are:

 

Joomla (CMS)

Drupal (CMS)

Smarty (template)

 

CMS - Content Management Software maybe what you are looking for. Smarty is a template engine created in PHP. Not sure which you are after but perhaps it will help you on your journey to find out.

Link to comment
https://forums.phpfreaks.com/topic/191176-php-auto-template/#findComment-1008001
Share on other sites

Well, CMS's are a little much for a simple php script such as a database retrieve.

 

It'd just be cool if the content (i.e the rows of a database) could be automatically styled nicely/professionally.

 

It wouldn't be too hard to do this in pure CSS.. I might make a quick function for it one day.

Link to comment
https://forums.phpfreaks.com/topic/191176-php-auto-template/#findComment-1008012
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.