PHP & Master Pages

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Murphy

    PHP & Master Pages

    ASP.NET 2.0 is said to implement a great feature called Master Pages, does
    PHP support htis feature or is it something that may be implemented soon ?

    Thanks

    Murphy


  • Steve

    #2
    Re: PHP & Master Pages

    Murphy wrote:[color=blue]
    > ASP.NET 2.0 is said to implement a great feature called Master Pages, does
    > PHP support htis feature or is it something that may be implemented soon ?
    >
    > Thanks
    >
    > Murphy
    >
    >[/color]
    Do we have to learn asp.net 2 to find out what you're talking about, or
    would you care to expand on this subject a bit?

    Steve

    Comment

    • Murphy

      #3
      Re: PHP & Master Pages


      "Steve" <ThisOne@Aint.v alid> wrote in message
      news:cq0m86$rk1 $2@lust.ihug.co .nz...[color=blue]
      > Murphy wrote:[color=green]
      > > ASP.NET 2.0 is said to implement a great feature called Master Pages,[/color][/color]
      does[color=blue][color=green]
      > > PHP support htis feature or is it something that may be implemented soon[/color][/color]
      ?[color=blue][color=green]
      > >
      > > Thanks
      > >
      > > Murphy
      > >
      > >[/color]
      > Do we have to learn asp.net 2 to find out what you're talking about, or
      > would you care to expand on this subject a bit?
      >
      > Steve[/color]


      :) Sorry

      Master pages are where a website page template can be implemented and can
      the updated/changed for the entire site in one location...



      Comment

      • Steve

        #4
        Re: PHP &amp; Master Pages

        Murphy wrote:[color=blue]
        > "Steve" <ThisOne@Aint.v alid> wrote in message
        > news:cq0m86$rk1 $2@lust.ihug.co .nz...
        >[color=green]
        >>Murphy wrote:
        >>[color=darkred]
        >>>ASP.NET 2.0 is said to implement a great feature called Master Pages,[/color][/color]
        >
        > does
        >[color=green][color=darkred]
        >>>PHP support htis feature or is it something that may be implemented soon[/color][/color]
        >
        > ?
        >[color=green][color=darkred]
        >>>Thanks
        >>>
        >>>Murphy
        >>>
        >>>[/color]
        >>
        >>Do we have to learn asp.net 2 to find out what you're talking about, or
        >>would you care to expand on this subject a bit?
        >>
        >>Steve[/color]
        >
        >
        >
        > :) Sorry
        >
        > Master pages are where a website page template can be implemented and can
        > the updated/changed for the entire site in one location...
        > http://authors.aspalliance.com/PaulW...rticles/?id=13
        >
        >[/color]
        In that case, I'd suggest etomite...

        Comment

        • Tony Marston

          #5
          Re: PHP &amp; Master Pages

          PHP has that facility, but they are not called master pages. You must also
          remember that PHP is not the same as ASP so do not expect that an ASP
          feature has a direct equivalent in PHP. The feature may be there, it may
          have a different name, and it may work differently. When in doubt, read the
          manual.

          --
          Tony Marston

          This is Tony Marston's web site, containing personal information plus pages devoted to the Uniface 4GL development language, XML and XSL, PHP and MySQL, and a bit of COBOL




          "Murphy" <murphy@nospam. com> wrote in message
          news:m5Swd.7730 9$K7.11449@news-server.bigpond. net.au...[color=blue]
          >
          > "Steve" <ThisOne@Aint.v alid> wrote in message
          > news:cq0m86$rk1 $2@lust.ihug.co .nz...[color=green]
          >> Murphy wrote:[color=darkred]
          >> > ASP.NET 2.0 is said to implement a great feature called Master Pages,[/color][/color]
          > does[color=green][color=darkred]
          >> > PHP support htis feature or is it something that may be implemented
          >> > soon[/color][/color]
          > ?[color=green][color=darkred]
          >> >
          >> > Thanks
          >> >
          >> > Murphy
          >> >
          >> >[/color]
          >> Do we have to learn asp.net 2 to find out what you're talking about, or
          >> would you care to expand on this subject a bit?
          >>
          >> Steve[/color]
          >
          >
          > :) Sorry
          >
          > Master pages are where a website page template can be implemented and can
          > the updated/changed for the entire site in one location...
          > http://authors.aspalliance.com/PaulW...rticles/?id=13
          >
          >[/color]


          Comment

          Working...