Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
step1.php
1 <?php
2 /**
3  *
4  */
5 ?>
6 
7 
8 <div>
9 <pre>
10  <b>How it works?</b>
11 
12  The portal offers personalized content and integrated application.
13  It will be possible to use it without a CMS, but in most cases Gentics CMS will be used.
14 
15  The Gentics CMS publishes content in two ways:
16  -into a file system with folder structure (static way),
17  -into a database (dynamic way).
18 
19 
20  In the static publishing process all contents are published in a folder structure
21  below one global directory like /Content.Node/.
22  If visitors request a page in this directory the portal will handle the request,
23  do all the authentication and authorization processes and then display the content.
24 </pre>
25  <img src="/diagram.png" alt="">
26 </div>
27 <form action="step2.php">
28  <input type="submit">
29 </form>