473,387 Members | 1,760 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

PHPDocumentor code not displaying properly

I'm not having a good coding week.

The following PHPDocumentor code displays wrong:

[PHP]
/**
* Class for alternatively handling sessions other than the {@link
http://us3.php.net/manual/en/ref.session.php default PHP methodology}
on
session handling
*
* This class will not have its methods handled manually since they can
be
alternatively handled internally by a call to
* {@link
http://us3.php.net/manual/en/function.session-set-save-handler.php
session_set_save_handler} function as follows:
*
* <code>
* <?
* $sess =& new SessionHandler();
* @session_set_save_handler(array(&$sess, 'open'), array(&$sess,
'close'), array(&$sess, 'read'), array(&$sess, 'write'), array(&$sess,
'destroy'), array(&$sess, 'gc'));
* ?>
* </code>
*
* For more info on this class within the scope of alternate session
handling {@link
http://us3.php.net/manual/en/function.session-set-save-handler.php#60821
click here}
*
*
* @author Phil Powell
* @version 1.2.0
* @package APP
* @todo Modify this class to allow for storing of session within a
database table
*/
[/PHP]

This is what I wind up getting when I view the docs:

Class for alternatively handling sessions other than the default PHP
methodology on session handling

This class will not have its methods handled manually since they can be
alternatively handled internally by a call to session_set_save_handler
function as follows:

* todo: Modify this class to allow for storing of session within a
database table
* version: 1.2.0
* author: Phil Powell

Located in /session.inc.php (line 44)
The entire <code></codeblock is missing along with the next 2 lines
down,
and I can't find what I did wrong to be able to fix it.

Anyone who knows PHPDocumentor well is welcome to help me with this one

Thanx
Phil

Dec 1 '06 #1
0 1016

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Jan van Mansum | last post by:
Hello group, I am trying to generate my API-documentation with PHPDocumentor (http://phpdocu.sourceforge.net/). It works nicely, only I don't understand the package-level documentation...
1
by: Oliver Grätz | last post by:
I am using phpDocumentor to generate documentation for my files. This worked without problems but today it told me "has no page-level DocBlock, use @package in the first DocBlock to create one" for...
0
by: alexander.stuckenholz | last post by:
Hello. I have two questions regarding the PHPDocumentor package: 1] Is it possible to add the html-output of phpdocumentor to existing output of the program? I have some pear packages and i'm...
0
by: Yarco | last post by:
I have just installed phpdocumentor on using: pear.bat install phpdocumentor-beta to suitable my php version. Then i create a test file "test.php" to have a trial. But the result is:...
2
by: nick | last post by:
Hi, does anyone know if there is something like PHPDocumentor for ASP.NET? That is, is there anything which will parse your files, look for comments with a particular syntax, and output an API? ...
4
by: R. Rajesh Jeba Anbiah | last post by:
If you're working in PHP 5 and used APD, phpDocumentor, PHPMailer & ADODB, you might be knowing that these projects are not maintained and the old codes are throwing bunch of errors in higher error...
2
by: mayankbpatel | last post by:
Has anyone gotten PhpDocumentor from http://www.phpdoc.org/ to work from the command line? I run it on the examples directory like it is described in the tutorial: phpdoc -t docs -f...
2
by: awebguynow | last post by:
Overall, I'm pleased with phpDocumentor, but I've only been using it a day, and I'm not getting exactly what I expected. I've read the FAQ, Tutorial and Manual briefly. I'm using WinXP PHP...
1
by: balakrishnan.dinesh | last post by:
hi frnds, There is a problem in displaying the page itself, I have put my html pages in server, the pages contains both html and javascript, Some of the pages are displayed properly and some...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.