|
Posted by ZeldorBlat on 07/10/07 01:04
On Jul 9, 8:29 pm, "RVince" <r vince 9 9 at hotmail dot com> wrote:
> I am wondering if there is a means in php to mimic what, in rails, is called
> @content_for_layout. Essentially, that tag in rails can be placed in an html
> page, and, anytime a page (any page in a project) is to be rendered, the
> html page is displayed and the @content_for_layout part is replaced with the
> rendered script of the page being called.
>
> Its a nice feature wherein you can retain header, footer, frame, css stuff,
> in one spot. Do we have anything like this in php or is anyone aware of
> something out there that would essentiually do a similar thing? Thanks,
> R.Vince
include() and require():
<http://www.php.net/include>
<http://www.php.net/require>
Navigation:
[Reply to this message]
|