/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to CodeViewer/example_code.php

  • Committer: gustav.hartvigsson at gmail
  • Date: 2013-04-04 06:42:25 UTC
  • mfrom: (4.7.13 GammaBear)
  • Revision ID: gustav.hartvigsson@gmail.com-20130404064225-jxssrfawo202of2s
fixed a few conflicts, removes some files to do so among other things.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
        include("showcode.php");
 
3
        
 
4
        menulayout("innan.php","efter.php","test2.txt","Example 1: Execution of AJAX API","test.txt", "test2.txt");
 
5
        
 
6
        $interestingrows = array(
 
7
                array(1,5,"Ajax function"),
 
8
                array(7,8,"Ajax return function")
 
9
        );
 
10
 
 
11
        $keywords = array(
 
12
                "showCustomer",
 
13
                "ResultCustomer"
 
14
        );
 
15
 
 
16
        $highlight = array(
 
17
                array("{", "highlightnormal"),
 
18
                array("}", "highlightnormal"),
 
19
                array("function", "highlightspecial")
 
20
        );
 
21
 
 
22
        showfile($interestingrows,$keywords,$highlight, "test.txt");
 
23
        menulayoutend();
 
24
?>
 
 
b'\\ No newline at end of file'