File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 23
23
</head>
24
24
25
25
<body>
26
- <nav class="navbar navbar-inverse navbar-fixed-top">
26
+ <a href="https://github.com/jasonhinkle/php-object-browser"><img style="z-index: 9999; position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
27
+
28
+ <nav class="navbar navbar-inverse navbar-fixed-top">
27
29
<div class="container">
28
30
<div class="navbar-header">
29
31
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
Original file line number Diff line number Diff line change 23
23
</head>
24
24
25
25
<body>
26
+ <a href="https://github.com/jasonhinkle/php-object-browser"><img style="z-index: 9999; position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png"></a>
27
+
26
28
<nav class="navbar navbar-inverse navbar-fixed-top">
27
29
<div class="container">
28
30
<div class="navbar-header">
Original file line number Diff line number Diff line change 8
8
<meta name = " description" content = " " >
9
9
<meta name = " author" content = " " >
10
10
<link rel = " icon" href = " assets/images/favicon.ico" >
11
- <title >PHP Object Browser - Credits </title >
11
+ <title >PHP Object Browser - Instructions </title >
12
12
13
13
<link rel = " stylesheet" href = " //cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.4/css/bootstrap.min.css" >
14
14
<link rel = " stylesheet" href = " //cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css" >
23
23
</head >
24
24
25
25
<body >
26
+ <a href = " https://github.com/jasonhinkle/php-object-browser" ><img style = " z-index: 9999; position: absolute; top: 0; right: 0; border: 0;" src = " https://camo.githubusercontent.com/a6677b08c955af8400f44c6298f40e7d19cc5b2d/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt = " Fork me on GitHub" data-canonical-src = " https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" ></a >
27
+
26
28
<nav class = " navbar navbar-inverse navbar-fixed-top" >
27
29
<div class = " container" >
28
30
<div class = " navbar-header" >
63
65
64
66
<h3 >Example serialized code:</h3 >
65
67
<p >Copy/paste the example code below if you want to simply demo the object browser:</p >
66
- <pre >O:8:"stdClass":2:{ s :4 :" name" ;s :16 :" This is a string" ;s :4 :" data" ;a :2 :{s :4 :" size" ;i :50 ;s :5 :" color" ;s :5 :" green" ;}} </pre >
67
-
68
+ <pre >O:8:"stdClass":2:{ s :4 :" name" ;s :16 :" This is a string" ;s :4 :" data" ;a :2 :{s :4 :" size" ;i :50 ;s :5 :" color" ;s :5 :" green" ;}} </pre >
68
69
</main >
69
70
70
71
<footer class = " footer" >
You can’t perform that action at this time.
0 commit comments