Home | News | Projects | Releases
Bugs | RFE | Repositories | Help
Added Kiriwrite Documentation for the language English (British).
[kiriwrite/.git] / Documentation / English (British) / developer-chapter3-movepage.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">\r
2 <html>\r
3         <head>\r
4                 <link href="style.css" REL="stylesheet" TYPE="text/css" MEDIA="screen">\r
5                 <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">\r
6                 <title>Kiriwrite Documentation - Developer Documentation - 3.31: movepage</title>\r
7         </head>\r
8         <body>\r
9                 <div class="menubarback">\r
10                         <div class="menubar">\r
11                                 <span class="apptitle">Kiriwrite</span>\r
12                                 <a href="index.html">Index</a> | <a href="user.html">User \r
13 Documentation</a> | <a href="tutorial.html">Tutorial Documentation</a> | \r
14 <a href="developer.html">Developer Documentation</a>\r
15                         </div>\r
16                 </div>\r
17                 <div class="pageinformation">\r
18                         <span class="pagetitle">3.31 movepage</span><br><br>\r
19 \r
20 Moves pages from one database to another database.<br><br>\r
21 \r
22 <span class="heading">Parameters:</span><br><br>\r
23 \r
24 <div class="code">\r
25     $kiriwrite_dbmodule->movepage(options);\r
26 </div>\r
27 \r
28 <br>\r
29 \r
30 <span class="heading">Usage:</span><br><br>\r
31 \r
32 <div class="code">\r
33     $kiriwrite_dbmodule->selectdb(“olddatabase”);<br>\r
34     $kiriwrite_dbmodule->selectseconddb(“newdatabase”);<br>\r
35     $kiriwrite_dbmodule->movepage({ PageFilename => “page.html” });\r
36 </div>\r
37 \r
38 <br>\r
39 \r
40 options<br>\r
41 Specifies the following options as a hash in any order.<br><br>\r
42 \r
43 <table class="infotable">\r
44     <tr>\r
45         <td class="tableheading">Value</td>\r
46         <td class="tableheading">Description</td>\r
47     </tr>\r
48     <tr>\r
49         <td class="tabledata">PageFilename</td>\r
50         <td class="tabledata">Specifies the page with the filename to move to the new database.</td>\r
51     </tr>\r
52 </table>\r
53 \r
54 <br>\r
55 \r
56 If the page does not exist in the database the page is moving from then the error returned should be 'PageDoesNotExist' in the $error scalar.<br><br>\r
57 \r
58 If the page already exists in the database the page is moving to then the error returned should be 'PageAlreadyExists' in the $error scalar.<br><br>\r
59 \r
60 If a database error occurs in the database the page is moving from then the error returned should be 'OldDatabaseError' in the $error scalar and information about the error should be in the $errorext scalar.<br><br>\r
61 \r
62 If a database error occurs in the database the page is moving to then the error returned should be 'NewDatabaseError' in the $error scalar and information about the error should be in the $errorext scalar.\r
63                 </div>\r
64         </body>\r
65 </html>\r
Xestia Software Development
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software

Xestia Address Book
Xestia Calendar
Development

Xestia Gelforn
Everything else

About
News
Privacy Policy