Layout Control

Not for 'how-to' coding questions but PHP theory instead, this forum is here for those of us who wish to learn about design aspects of programming with PHP.

Moderator: General Moderators

Post Reply
mnashmi
Forum Newbie
Posts: 1
Joined: Tue Oct 13, 2009 11:23 pm

Layout Control

Post by mnashmi »

Hello all,

first post here, so please go easy on me.

I usually get tasks of creating websites from friends and colleagues and ive usually copy pasted the same structure from the other websites i had. So i thought i would create a framework for myself so that i can use it for my projects. All going well, but i have a goal for the framework to handle templates and skins.

What i have in mind is providing the user to move stuff on the page dynamically. For example, how Joomla allows the user to move items to relative positions, breadcrumbs, footer, left, right etc. Another example is PHPNuke's blocks and how the user can move them up and down or left and right.

Ive read a few templating tutorials with php, i feel the answer is there but i cant find a stepping stone.


Any help is greatly appreciated,


Thanks
User avatar
JNettles
Forum Contributor
Posts: 228
Joined: Mon Oct 05, 2009 4:09 pm

Re: Layout Control

Post by JNettles »

Are you looking to write your own framework or modify an existing one?
Post Reply