Dirk Bonenkamp - Bean IT wrote:
> Just wanted to know if it's possible to write iptc tags with php, and,
> if so, how?
http://www.php.net/manual/en/function.iptcembed.php
Ulf
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Wolfram Kriesing wrote:
> i just wanted to say what i had to write, because i didnt see any of
> the existing template classes/engines provide me with that
Go for Smarty or use PHP.
Ulf
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional c
Hi,
is there a way to access the calling smarty object from withing a
modifier callback function?
Regular smarty callback functions get passed a list of "parameters" of
the function call as a first argument and a reference to the calling
smarty object as a second argument.
function my_smary_
Ulf Wendel wrote:
> > Dirty windows hack: http://www.deskcode.com/phpcompiler/
>
> Uuups, that one is broken. But there's somethink like that. I once
> downloaded it. It's integrating the PHP script and the PHP interpreting
> into one .exe-File.
H
Ulf Wendel wrote:
>
> Shane Wright wrote:
> >
> > mm, thats true - there is no compiler as such. PHP probably isnt the right
> > language for you in this case :(
>
> Dirty windows hack: http://www.deskcode.com/phpcompiler/
Uuups, that one is broken. But there
Shane Wright wrote:
>
> mm, thats true - there is no compiler as such. PHP probably isnt the right
> language for you in this case :(
Dirty windows hack: http://www.deskcode.com/phpcompiler/
Ulf
--
NetUSE AG Dr.-Hell-Straße Fon: +49 431 386 436 00
http://www.netuse.de/ D-2
Yasuo Ohgaki schrieb:
> I don't use GDB, but it seems it supports traceback.
> How about Zend Debugger? Does it support? Anyone?
http://dd.cron.ru/dbg/ ?
Ulf
--
Neu: PEAR Cache Erweiterung OutputCompression
http://www.ulf-wendel.de/php/show_source.php?file=out_cache_com
http://www.phpdoc.de
Rasmus Lerdorf schrieb:
> > If anyone has any idea, or tricks to hide information in a variables or
> > method in a class, or in other words, make a variable or method a private,
> > I would really like to know. Thanks for any comments.
>
> PHP also doesn't have introspection, so there isn't a
Aaron Tuller schrieb:
>
> At 1:16 AM + 4/19/01, Philip Olson wrote:
> >
> >
> >
>
> don't do that, at least I think it will recursively traverse the
> $GLOBALS arrary (since $GLOBALS itself is $GLOBAL) and you will never
> end.
print_r() does have that bug, not var_dump().
http
Jacky schrieb:
>
>
>
> and when I submit the form to page foo.php4, at that page, I use Variable variable
>to call the value of the check box to see if it checked like this
>
> $quey = "select id from table";
> $result = .. ( assumeing it is done and i got value for $id for all records
Dennis Haller schrieb:
> I've got this problem with variables. In the code below I've got the
> variables: $jaar and $vak, if I echo them they r displayed correctly, but if
> the function unlink is called it doesnt seem to know what $jaar and $vak
> are. If I do $the_path = "/home/H0RNET/ftp/jaa
"B. Tenhumberg" schrieb:
> Is there a way to get the time the database needed for execution a statement?
> I use MySQL and PHP...
Hmm, how about metering the overall time required by mysql_query() using
microtime(), http://www.php.net/manual/en/function.microtime.php. As
long as there's no netw
Johannes Rumpf schrieb:
> I'm a pretty newby, so I have a question: How can I make a link to html
> or php or any other page in the internet in my PHP code? should be like
> Command ( "Http://www.xyz.com") Just like a link in a html site would be
> clicked.
print 'http://www.circle.ch">The enga
"Boget, Chris" schrieb:
>
> Is there any sample code for the above PEAR
> class around anywhere?
You should ask this on the dedicated pear-general list. Examples are all
over in the PEAR source. I preferr to use a simple wrapper for it like
http://cvs.php.net/viewcvs.cgi/php4/pear/Cache/Error.
Brandon Orther schrieb:
> I made a GD script that made an image with the name of whatever page I was
> in in my web site. I would post info to it like this:
> http://www.domain.com/jpeg-out.php?title=FrontPage what ever I put for
> title it would make the image. After reinstalling php4 on my
Christian Reiniger schrieb:
>
> On Monday 16 April 2001 08:23, you wrote:
> > Personally, I never even bought a PHP book. I learned from the web
> > only...hehe.
>
> Same here.
> Well, actually I *did* buy a book - "Core PHP programming". I started
> reading it, saw that it basically only cove
Martín Marqués schrieb:
> Is it posible to change the value of include_path in a php script without
> changing it in php.ini?
Try ini_set() & friends,
http://www.php.net/manual/en/function.ini-set.php .
Ulf
--
Neu: PEAR Menu 3 - Navigationsstrukturen dynamisch dargestellt
http://www.ulf-wen
"Boget, Chris" schrieb:
>
> > > Unless I'm missing something, I've looked all over the
> > > PHP site for a link to PEAR but have been unable to find
> > > one (including in the PEAR section of the manual, where
> > > you would think it would be...).
> > > Could someone please provide a link?
>
Greg K schrieb:
> I am trying to run a query and in my log I am getting a message the message
> resource id #2.
>
> $query=mysql_query("Select pass from members where uname='$username'");
> $result = mysql_query($query)
> or die("You are not authorized to be here.");
>
> Can someone tell me w
Boget, Chris" schrieb:
> Unless I'm missing something, I've looked all over the
> PHP site for a link to PEAR but have been unable to find
> one (including in the PEAR section of the manual, where
> you would think it would be...).
> Could someone please provide a link?
http://pear.php.net/
Don'
) allowed to
make a mistake without beeing kicked - cool, thanks!
Index: php4/pear/ITX.xml
+++ php4/pear/ITX.xml
IT[X] Template
Easy to use preg_* based template system.
uw
Ulf Wendel
[EMAIL PROTECTED
uw Thu Mar 29 14:01:52 2001 EDT
Modified files:
/php4/pear package.dtd
Log:
- uuups, modified the package.dtd, undo
Index: php4/pear/package.dtd
diff -u php4/pear/package.dtd:1.3 php4/pear/package.dtd:1.4
--- php4/pear/package.dtd:1.3 Thu Mar 29 13:5
@@
+
-
-
+
-
-
+
-
-
+
-
-
-
+
+
-
-
-
+
+
-
-
-
+
+
-
-
-
+
+
-
-
-
+
+
-
-
-
+
+
-
-
-
+
+
-
-
-
+
+
-
-
-
+
+
-
-
-
+
+
-
-
-
+
+
-
-
-
+
+
-
-
+
+
Index: php4/pear/IT[X].xml
+++ php4/pear/IT[X].xml
IT[X] Template
Easy to use preg_* based template system.
uw
Ulf Wendel
[EMAIL PROTECTED]
1.1
:1.4 php4/pear/HTML/IT.php:1.5
--- php4/pear/HTML/IT.php:1.4 Thu Feb 8 14:19:59 2001
+++ php4/pear/HTML/IT.php Thu Mar 29 13:49:15 2001
@@ -16,8 +16,11 @@
// | Authors: Ulf Wendel <[EMAIL PROTEC
uw Thu Mar 29 13:26:53 2001 EDT
Modified files:
/php4/pear/Experimental/XML fo2pdf.php sql2xml.php sql2xml_ext.php
Log:
- added basic phpdoc doc comments
- lots of whitespaces
- renamed functions from get_xy to the PEAR getXY
Chregu, sorry for this c
/Menu_Browser.php:1.2
php4/pear/Experimental/HTML/Menu_Browser.php:1.3
--- php4/pear/Experimental/HTML/Menu_Browser.php:1.2Thu Mar 22 10:38:32 2001
+++ php4/pear/Experimental/HTML/Menu_Browser.phpThu Mar 29 12:58:37 2001
@@ -16,7 +16,7 @@
// | Authors: Ulf Wendel <[EMAIL PROTEC
uw Thu Mar 29 07:01:16 2001 EDT
Added files:
/php4/pear Cache.xml
Log:
- package XML for the Cache
I'm not sure how to use the package.dtd to document packages and if at all the Cache
can be it's own package, but one has to start with it... Sterling
data);
+* print "Cache miss.";
+* }
+*
* WARNING: No File/DB-Table-Row locking is implemented yet,
* it's possible, that you get corrupted data-entries under
* bad circumstances (especially with the file container)
*
* @author Ulf Wendel <[EMAIL PRO
/Experimental/Image/gtext.php:1.2
--- php4/pear/Experimental/Image/gtext.php:1.1 Wed Mar 28 04:48:36 2001
+++ php4/pear/Experimental/Image/gtext.php Wed Mar 28 05:56:33 2001
@@ -23,7 +23,7 @@
* FIXME - Usage example missing - FIXME
*
* @author Ulf Wendel <[EMAIL PROTECTED]>
-* @versio
. |
+// +--+
+// | Authors: Ulf Wendel <[EMAIL PROTECTED]|
+// +--+
+//
+// $Id: color_helper.php,v 1.2 2001/03/28 13:08:11 uw Exp $
+//
+
/**
* Widget stuff: color translat
copy immediately. |
// +--+
// | Authors: Ulf Wendel <[EMAIL PROTECTED]|
// +--+
//
// $Id: gbutton.php,v 1.1 2001/03/28
uw Wed Mar 28 04:58:58 2001 EDT
Removed files:
/php4/pear/Experimental/HTMLMenu.php
Log:
Moved it to the stable code.
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [
ately. |
// +--+
// | Authors: Ulf Wendel <[EMAIL PROTECTED]|
// +--+
//
// $Id: Menu.php,v 1.1 2001/03/28 12:58:23 uw Exp $$
//
/**
* Generates a H
TED]> |
// +--+
//
-// $Id: file.php,v 1.9 2001/03/17 16:07:42 chregu Exp $
+// $Id: file.php,v 1.10 2001/03/28 12:51:33 uw Exp $
require_once 'Cache/Container.php';
@@ -24,7 +24,7 @@
* Stores cache contents in a file.
*
* @author Ulf Wendel &
php4/pear/Cache/Graphics.php:1.6
--- php4/pear/Cache/Graphics.php:1.5Tue Mar 6 07:27:30 2001
+++ php4/pear/Cache/Graphics.phpWed Mar 28 04:50:19 2001
@@ -15,7 +15,7 @@
// | Authors: Ulf Wendel <[EMAIL PROTEC
send a note to |
// | [EMAIL PROTECTED] so we can mail you a copy immediately. |
// +--+
// | Authors: Ulf Wendel <[EMAIL P
uw Wed Mar 28 01:51:11 2001 EDT
Added files:
/php4/pear/Experimental/Image color_helper.php
Log:
Widget functions to deal with colors when creating images.
I'm not sure where I should place this, lets wait for the next classes
(gtext, gbutton)
/Experimental/HTML/Menu_Browser.php:1.2
--- php4/pear/Experimental/HTML/Menu_Browser.php:1.1Tue Mar 20 15:45:31 2001
+++ php4/pear/Experimental/HTML/Menu_Browser.phpThu Mar 22 10:38:32 2001
@@ -16,16 +16,36 @@
// | Authors: Ulf Wendel <[EMAIL PROTEC
uw Thu Mar 22 07:09:22 2001 EDT
Modified files:
/php4/pear/Cache/Container dbx.php
Log:
- added support for persistent connections
Index: php4/pear/Cache/Container/dbx.php
diff -u php4/pear/Cache/Container/dbx.php:1.2 php4/pear/Cache/Container/dbx.php:
uw Thu Mar 22 06:57:45 2001 EDT
Modified files:
/php4/pear/Cache/Container dbx.php
Log:
- connection data typo
- whitespaces
Index: php4/pear/Cache/Container/dbx.php
diff -u php4/pear/Cache/Container/dbx.php:1.1 php4/pear/Cache/Container/dbx.php:1.2
license and are unable to |
// | obtain it through the world-wide-web, please send a note to |
// | [EMAIL PROTECTED] so we can mail you a copy immediately. |
// +--+
// | Authors: Ulf Wendel <[EM
/www.ulf-wendel.de/php/show_source.php?file=append
+*
+* Don't know how to use it or you need profiling informations?`
+* Ask Christian he was patient with me and he'll be so with your questions ;).
*
-* Have fun!
+* Have fun!
*
* @authors Ulf Wendel <[EMAIL PROTECTED]>
*
uw Thu Mar 15 12:39:14 2001 EDT
Modified files:
/php4/pear/XML Parser.php
Log:
- put the todo list into the inline docs
Index: php4/pear/XML/Parser.php
diff -u php4/pear/XML/Parser.php:1.9 php4/pear/XML/Parser.php:1.10
--- php4/pear/XML/Parser.php:
uw Thu Mar 15 11:44:47 2001 EDT
Modified files:
/php4/pear/XML Render.php
Log:
- removed all methods that did the same like the (parent) methods in XML/Parse.php
- added todo to the inline docs
After this there's only one method left at all which
uw Thu Mar 15 11:34:13 2001 EDT
Modified files:
/php4/pear/XML Parser.php
Log:
- made it work without warnings
- handler methods are now configurable
- added startHandler() and endHandler()
"event" is the default handling mode and calls these met
uw Thu Mar 15 10:39:17 2001 EDT
Modified files:
/php4/pear/XML Parser.php
Log:
Cleanup on parse (fclose()).
Index: php4/pear/XML/Parser.php
diff -u php4/pear/XML/Parser.php:1.7 php4/pear/XML/Parser.php:1.8
--- php4/pear/XML/Parser.php:1.7Th
uw Thu Mar 15 09:34:07 2001 EDT
Modified files:
/php4/pear/XML Parser.php
Log:
If the creation of the parser fails, the constructor "throws" an error by returning
a XML_Parser_Error object. That means the user will get an object of the type
XML_Parser_
uw Thu Mar 15 09:30:02 2001 EDT
Modified files:
/php4/pear/XML Parser.php
Log:
- lots of whitespace (tabs vs. spaces)
- added basic inline docs
- added error handling to the constructor
Index: php4/pear/XML/Parser.php
diff -u php4/pear/XML/
Jonathan Sharp schrieb:
>
> So i've heard bits and pieces that JavaDoc can parse out comments about
> php...
That's wrong. JavaDoc utilizes the Java Compiler. Check the PEAR
repository there's a JavaDoc like tool in it.
Ulf
--
Ulf Wendel, NetUSE AG Siemenswall, D
uw Wed Mar 14 14:33:58 2001 EDT
Modified files:
/php4/pear/Experimental/HTMLMenu.php
Log:
- code beatifiying
- minor inline doc update
Index: php4/pear/Experimental/HTML/Menu.php
diff -u php4/pear/Experimental/HTML/Menu.php:1.8
php4/pear/Expe
uw Tue Mar 13 14:03:29 2001 EDT
Modified files:
/php4/pear/Experimental/HTMLMenu.php
Log:
API change: replaced getSitemap() with get("sitemap")
Index: php4/pear/Experimental/HTML/Menu.php
diff -u php4/pear/Experimental/HTML/Menu.php:1.7
php4/pe
license and are unable to |
-// | obtain it through the world-wide-web, please send a note to |
-// | [EMAIL PROTECTED] so we can mail you a copy immediately. |
-// +--+
-// | Authors: Ulf Wendel <[EM
EMAIL PROTECTED] so we can mail you a copy immediately. |
+// +--+
+// | Authors: Ulf Wendel <[EMAIL PROTECTED]> |
+// +--+
uw Mon Mar 12 15:26:16 2001 EDT
Modified files:
/php4/pear/Experimental/HTMLMenu.php
Log:
- extended "prevnext" mode to show the previous, up and next item (up is new)
Index: php4/pear/Experimental/HTML/Menu.php
diff -u php4/pear/Experimental/HT
uw Mon Mar 12 14:03:51 2001 EDT
Modified files:
/php4/pear/Experimental/HTMLMenu.php
Log:
- removed a typo
- added the Isomenu feature "use which fits best" for the search of the selected item
Index: php4/pear/Experimental/HTML/Menu.php
dif
uw Mon Mar 12 12:30:44 2001 EDT
Modified files:
/php4/pear/Experimental/HTMLMenu.php
Log:
- made 'tree' the default redering type
Index: php4/pear/Experimental/HTML/Menu.php
diff -u php4/pear/Experimental/HTML/Menu.php:1.2
php4/pear/Experimenta
uw Mon Mar 12 12:22:13 2001 EDT
Modified files:
/php4/pear/Experimental/HTMLMenu.php
Log:
- made the URL check independend from $PHP_SELF
- removed homepage specific code
Index: php4/pear/Experimental/HTML/Menu.php
diff -u php4/pear/Experim
nc rewrite
- added a README for the directory with a policy for Experimental/
Index: php4/pear/Experimental/HTML/Menu.php
+++ php4/pear/Experimental/HTML/Menu.php
*
* @version $id: $
* @author Ulf Wendel <[EMAIL PROTECTED]>
* @access public
* @package HTML
*/
class menu {
/03/08 20:39:15 uw Exp $
+// $Id: Cache.php,v 1.7 2001/03/08 20:41:39 uw Exp $
require_once "Cache/Error.php";
@@ -26,7 +26,7 @@
* TODO: Simple usage example goes here.
*
* @author Ulf Wendel <[EMAIL PROTECTED]>
-* @version $Id: Cache.php,v 1.6 2001/03/08 20:39:15 uw
implementations.
*
* TODO: Simple usage example goes here.
*
* @author Ulf Wendel <[EMAIL PROTECTED]>
-* @version $Id: Cache.php,v 1.5 2001/03/06 15:27:30 sbergmann Exp $
+* @version $Id: Cache.php,v 1.6 2001/03/08 20:39:15 uw Exp $
* @package Cache
* @access public
*/
@@ -136,7 +
TED]> |
// +--+
//
-// $Id: Cache.php,v 1.2 2001/03/02 10:29:34 sbergmann Exp $
+// $Id: Cache.php,v 1.3 2001/03/03 19:21:49 uw Exp $
/**
* Cache is a base class for cache implementations.
@@ -24,7 +24,7 @@
* TODO: Simple usage example goes here.
*
* @author
uw Sat Mar 3 11:19:25 2001 EDT
Modified files:
/php4/pear/CacheOutput.php
Log:
Made Output use the new features.
Index: php4/pear/Cache/Output.php
diff -u php4/pear/Cache/Output.php:1.7 php4/pear/Cache/Output.php:1.8
--- php4/pear/Cache/Output.php:
/pear/Cache/Graphics.php:1.3Fri Mar 2 08:16:00 2001
+++ php4/pear/Cache/Graphics.phpSat Mar 3 11:18:31 2001
@@ -15,7 +15,7 @@
// | Authors: Ulf Wendel <[EMAIL PROTECTED]> |
// +--+
uw Sat Mar 3 11:17:20 2001 EDT
Modified files:
/php4/pear/CacheFunction.php
Log:
Changed the order of the inline module comment and the copyright stuff.
Ok, I know this will lead to some discussion. But please let me change
it so that PHPDoc wor
(255)] to a dataset in the cache
More explanations will follow on the PEAR list.
Submitted by:
Ulf Wendel <[EMAIL PROTECTED]>
Reviewed by:
myself ;-)
works on my development system and my homepage
Index: php4/pear/Cache/Container.php
diff -u php
uw Sat Mar 3 11:05:55 2001 EDT
Modified files:
/php4/pear/Cache/Container shm.php
Log:
Updates for the new structure/featues
Index: php4/pear/Cache/Container/shm.php
diff -u php4/pear/Cache/Container/shm.php:1.2 php4/pear/Cache/Container/shm.php:1.3
-
BLOB NOT NULL DEFAULT '',
+* userdataVARCHAR(255) NOT NULL DEFAUL '',
+* expires INT(9) NOT NULL DEFAULT 0,
*
-* changed TIMSTAMP(14) NOT NULL,
+* changed TIMESTAMP(14) NOT NULL,
*
* INDEX (expires),
-* PRIMARY KEY (id)
+* PRIMARY KEY (id, cachegroup)
* )
he contents in a file.
*
* @author Ulf Wendel <[EMAIL PROTECTED]>
-* @version $Id: file.php,v 1.3 2001/03/02 14:00:43 uw Exp $
+* @version $Id: file.php,v 1.4 2001/03/03 19:02:54 uw Exp $
*/
class Cache_Container_file extends Cache_Container {
@@ -64,17 +64,19 @@
uw Sat Mar 3 11:01:03 2001 EDT
Modified files:
/php4/pear/Cache/Container db.php
Log:
Changes for the new cache structure
- extended inline docs
- extended calls to the still not existant call CacheError
- several changed for the new cache structur
EATE TABLE cache (
+* idCHAR(32) NOT NULL DEFAULT '',
+* content BLOB NOT NULL DEFAULT '',
+* expires INT(9) NOT NULL DEFAULT 0,
+*
+* changed TIMSTAMP(14) NOT NULL,
+*
+* INDEX (expires),
+* PRIMARY KEY (id)
+* )
+*
*
* @author Ulf Wendel <[EMAIL
uw Fri Mar 2 07:18:39 2001 EDT
Modified files:
/php4/pear/CacheOutput.php
Log:
Sorry, removed my local settings. Will take some sleep before commiting again!
Index: php4/pear/Cache/Output.php
diff -u php4/pear/Cache/Output.php:1.5 php4/pear/Cache/O
uw Fri Mar 2 07:17:23 2001 EDT
Modified files:
/php4/pear/CacheOutput.php
Log:
... must forgot this commit - endGet(), $cache_id => $output_id
- added endGet() which returns the output buffering content
- changed $cache_id to $output_id seems t
TED]> |
// +--+
//
-// $Id: Container.php,v 1.2 2001/03/01 17:18:22 sbergmann Exp $
+// $Id: Container.php,v 1.3 2001/03/02 14:30:03 uw Exp $
/**
* Common base class of all cache storage container.
@@ -36,7 +36,7 @@
* not recommended!
*
* @author Ulf Wendel <[EMAIL PROTECTED]>
-* @version $Id: Con
phplib.php,v 1.3 2001/03/02 14:10:29 uw Exp $
+// $Id: phplib.php,v 1.4 2001/03/02 14:16:38 uw Exp $
require_once 'Cache/Container.php';
@@ -37,7 +37,7 @@
* Stores cache data into a database table.
*
* @author Ulf Wendel <[EMAIL PROTECTED]>, Sebastian Bergmann
<[EMAIL PR
),
@@ -37,7 +37,7 @@
* Stores cache data into a database table.
*
* @author Ulf Wendel <[EMAIL PROTECTED]>, Sebastian Bergmann
<[EMAIL PROTECTED]>
-* @version $Id: phplib.php,v 1.2 2001/03/01 17:18:23 sbergmann Exp $
+* @version $Id: phplib.php,v 1.3 2001/03/02 14:10:29 uw
TED]> |
// +--+
//
-// $Id: file.php,v 1.2 2001/03/01 17:18:23 sbergmann Exp $
+// $Id: file.php,v 1.3 2001/03/02 14:00:43 uw Exp $
require_once 'Cache/Container.php';
@@ -24,7 +24,7 @@
* Stores cache contents in a file.
*
* @author Ulf Wendel <[EMAIL PROTECTED]>
-* @version $Id: file.p
uw Fri Mar 2 05:58:47 2001 EDT
Modified files:
/php4/pear/Cache/Container db.php
Log:
Bugfixes: expire, encode()/decode(), MySQL data
- the expire date should be saved as a timestamp with
($expire) ? $expire + time() : 0
- always use encod
@@
* not much what this class can do but it provides some simple
* functions to handle attributes and hides file handling tasks.
*
-* @author Ulf Wendel <[EMAIL PROTECTED]>
-* @version $Id: PhpdocXMLWriter.php,v 1.3 2000/12/03 22:37:39 uw Exp $
+* @version$Id: PhpdocXMLWriter
uw Sun Feb 18 08:56:18 2001 EDT
Modified files:
/php4/pear/PHPDoc/xmlreader PhpdocXMLReader.php
Log:
Sorry, whitespace only changes to follow the PEAR Coding conventions. Replaced tabs
with spaces.
Index: php4/pear/PHPDoc/xmlreader/PhpdocXMLReader.php
uw Sun Feb 18 08:53:01 2001 EDT
Modified files:
/php4/pear/PHPDoc/xmlexporter PhpdocXMLClassExporter.php
PhpdocXMLDocumentExporter.php
PhpdocXMLExporter.php
uw Sun Feb 18 08:31:09 2001 EDT
Modified files:
/php4/pear/PHPDoc/warning PhpdocWarning.php
Log:
Sorry, whitespace only changes to follow the PEAR Coding conventions. Replaced tabs
with spaces.
Index: php4/pear/PHPDoc/warning/PhpdocWarning.php
diff -
uw Sun Feb 18 08:29:22 2001 EDT
Modified files:
/php4/pear/PHPDoc/renderer PhpdocRendererObject.php
/php4/pear/PHPDoc/renderer/html PhpdocHTMLClassRenderer.php
PhpdocHTMLDocumentRenderer.php
with the result from the
*
-* @author Ulf Wendel <[EMAIL PROTECTED]>
-* @version $Id: PhpdocIndexer.php,v 1.2 2000/12/03 22:37:37 uw Exp $
+* @author Ulf Wendel <[EMAIL PROTECTED]>
+* @version $Id: PhpdocIndexer.php,v 1.3 2001/02/18 15:48:48 uw Exp
2001
@@ -2,208 +2,207 @@
/**
* File handling functions in phpdoc.
*
-* @version $Id $
-* @author Ulf Wendel <[EMAIL PROTECTED]>
+* @version $Id: PhpdocFileHandler.php,v 1.3 2001/02/18 15:40:33 uw Exp $
+* @author Ulf Wendel <[EMAIL PROTECTED]>
*/
class Phpdo
@@
*
* The class is widely equal to the PEAR error handling class PEAR_ERROR.
*
-* @author Ulf Wendel <[EMAIL PROTECTED]>
-* @version $Id: PhpdocError.php,v 1.2 2000/12/03 22:37:36 uw Exp $
-* @package PHPDoc
+* @author Ulf Wendel <[EMAIL PROTECTED]>
+* @versio
t; == substr($file, $len, 9)) {
+} else if ("warnings_" == substr($file, $len, 9)) {
- $renderer->render(substr($file, $len), "warning");
+$renderer->render(substr($file, $len), "warning");
-
uw Sun Feb 18 07:19:15 2001 EDT
Modified files:
/php4/pear/PHPDoc/analyser PhpdocAnalyser.php
PhpdocClassAnalyser.php
PhpdocModuleAnalyser.php
Log:
Sorry, whitespace only changes to follow the
8 +2,245 @@
/**
* Provides functions to access phpdoc xml documents that contain classes.
*
-* @author Ulf Wendel <[EMAIL PROTECTED]>
-* @version 1.0
-* @package PHPDoc
+* @author Ulf Wendel <[EMAIL PROTECTED]>
+* @version$Id: PhpdocClassAccessor.php,v
+"version" => true,
+"since" => true,
+
+ "deprecated"=> true,
+"
. |
// +--+
-// | Authors: Ulf Wendel <[EMAIL PROTECTED]> |
+// | Authors: Ulf Wendel <[EMAIL
in it through the world-wide-web, please send a note to |
// | [EMAIL PROTECTED] so we can mail you a copy immediately. |
// +--+
-// | Authors: Ulf Wendel <[EMAIL P
Hi,
has anybody of you ever thought of a Layout Manager for PHP, somewhat
like Java's Swing Layout Managers? If so, design hints are very much
welcome.
Thanks in advice!
Ulf
--
Ulf Wendel, NetUSE AG Siemenswall, D-24107 Kiel
Tel: +49 431 386 436 00, Fax: +49 431 386 435 99
--
PHP Ge
92 matches
Mail list logo