Announcement

Collapse
No announcement yet.

php?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    php?

    Actinic has made progresses since v5; i'm test driving Designer; but what about php? Is it possible to include php code in v8 pages/templates? Or better yet, render all pages as .php pages rather than .html?

    #2
    You can embed your own PHP in Layouts. You put it within:-

    <actinic:block php="true">
    // your PHP here
    </actinic:block>

    You can assign Actinic variables to PHP ones. The Advanced Guide has some examples.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Ok, thank you Norman.

      Comment

      Working...
      X