Re: php include design question
Mark wrote:
ZEND CakePHP symfony Codeigniter PRADO for example but really anything
will do. Any simple cms will also have this option ot atleast a plugin
to make this happen.
Mark wrote:
Which frameworks? The only other site that I've seen doing this is
deviantART. It seems to use AJAX to load the main content and sidebar
separately, but gracefully downgrades if you disable JavaScript.
>
That means that you need a file containing just the bare content so
that you can load it into the page when navigating through the
sidebar, but it needs to load the entire page when you access it
directly... unless you have two copies of every page, one with the
header and footer and one without, but that sounds terrible.
>
If you could point me to some frameworks that do this, it would be
much appreciated. I don't even know what to search for.
deviantART. It seems to use AJAX to load the main content and sidebar
separately, but gracefully downgrades if you disable JavaScript.
>
That means that you need a file containing just the bare content so
that you can load it into the page when navigating through the
sidebar, but it needs to load the entire page when you access it
directly... unless you have two copies of every page, one with the
header and footer and one without, but that sounds terrible.
>
If you could point me to some frameworks that do this, it would be
much appreciated. I don't even know what to search for.
will do. Any simple cms will also have this option ot atleast a plugin
to make this happen.
Comment