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?
Announcement
Collapse
No announcement yet.
php?
Collapse
X
-
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