Re: [PHP] Writing IPTC tags

2002-06-04 Thread Ulf Wendel
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

Re: [PHP] Template class

2001-12-14 Thread Ulf Wendel
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

[PHP] Smarty: Modifiers and $smarty

2001-12-13 Thread Ulf Wendel
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

Re: [PHP] Standalone PHP Application

2001-11-19 Thread Ulf Wendel
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/

Re: [PHP] Standalone PHP Application

2001-11-19 Thread Ulf Wendel
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's somethink like that. I once downloaded

Re: [PHP] Standalone PHP Application

2001-11-19 Thread Ulf Wendel
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. Here's the announcement: http://www.phpbuilder.com

Re: [PHP] OOP and Future of PHP

2001-04-26 Thread Ulf Wendel
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 good

Re: [PHP] OOP and Future of PHP

2001-04-26 Thread Ulf Wendel
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

Re: [PHP] Global variables

2001-04-19 Thread Ulf Wendel
Aaron Tuller schrieb: At 1:16 AM + 4/19/01, Philip Olson wrote: pre ?php var_dump($GLOBALS) ? /pre 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,

Re: [PHP] Variable variable

2001-04-18 Thread Ulf Wendel
Jacky schrieb: !-- I got the value $id from a table and looping them and assign them to the check box name-- input type="checkbox" name ="$id" value="on" 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

Re: [PHP] Time needed for a SQL-statement

2001-04-17 Thread Ulf Wendel
"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

Re: [PHP] variables empty

2001-04-17 Thread Ulf Wendel
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 =

Re: [PHP] PEAR

2001-04-16 Thread Ulf Wendel
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't be

Re: [PHP] resource id #2

2001-04-16 Thread Ulf Wendel
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 what I

Re: [PHP] PEAR

2001-04-16 Thread Ulf Wendel
"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?

Re: [PHP] include path per script

2001-04-16 Thread Ulf Wendel
Martn Marqus 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

Re: [PHP] Want a Good Book for Ref on PHP

2001-04-16 Thread Ulf Wendel
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 covers (a)

Re: [PHP] Variables not getting passed when I post info

2001-04-16 Thread Ulf Wendel
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

Re: [PHP] PEAR_Error

2001-04-16 Thread Ulf Wendel
"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

Re: [PHP] Link to a html in PHP Code

2001-04-16 Thread Ulf Wendel
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 'a href="http://www.circle.ch"The

[PHP-CVS] cvs: php4 /pear Cache.xml

2001-03-29 Thread Ulf Wendel
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...

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu_Browser.php

2001-03-29 Thread Ulf Wendel
/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 PROTECTED

[PHP-CVS] cvs: php4 /pear/Experimental/XML fo2pdf.php sql2xml.php sql2xml_ext.php

2001-03-29 Thread Ulf Wendel
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

[PHP-CVS] cvs: php4 /pear/HTML IT.php ITX.php IT_Error.php

2001-03-29 Thread Ulf Wendel
: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 PROTECTED

[PHP-CVS] cvs: php4 /pear IT[X].xml package.dtd

2001-03-29 Thread Ulf Wendel
uw Thu Mar 29 13:54:27 2001 EDT Added files: /php4/pear IT[X].xml Modified files: /php4/pear package.dtd Log: - Added a package xml file for IT[X] templates Index: php4/pear/package.dtd diff -u php4/pear/package.dtd:1.2

[PHP-CVS] cvs: php4 /pear package.dtd

2001-03-29 Thread Ulf Wendel
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

[PHP-CVS] cvs: php4 /pear/Experimental/Image color_helper.php

2001-03-28 Thread Ulf Wendel
to deal with images especially simple * functions to convert userdefined colors into RGB colors. * * @author Ulf Wendel [EMAIL PROTECTED] * @version $Id: color_helper.php,v 1.1 2001/03/28 09:51:11 uw Exp $ */ class ColorHelper { /** * Mapping from named colors to RGB values

[PHP-CVS] cvs: php4 /pear/Experimental/Image gtext.php

2001-03-28 Thread Ulf Wendel
-wide-web, please send a note to | // | [EMAIL PROTECTED] so we can mail you a copy immediately. | // +--+ // | Authors: Ulf Wendel [EMAIL PROTECTED

[PHP-CVS] cvs: php4 /pear/HTML Menu.php

2001-03-28 Thread Ulf Wendel
. | // +--+ // | Authors: Ulf Wendel [EMAIL PROTECTED]| // +--+ // // $Id: Menu.php,v 1.1 2001/03/28 12:58:23 uw Exp

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu.php

2001-03-28 Thread Ulf Wendel
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:

[PHP-CVS] cvs: php4 /pear/Experimental/Image gbutton.php

2001-03-28 Thread Ulf Wendel
] so we can mail you a copy immediately. | // +--+ // | Authors: Ulf Wendel [EMAIL PROTECTED]| // +--+ // // $Id: gbutton.php

[PHP-CVS] cvs: php4 /pear/Experimental/Image gtext.php

2001-03-28 Thread Ulf Wendel
/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] -* @version $Id

[PHP-CVS] cvs: php4 /pear Cache.php

2001-03-28 Thread Ulf Wendel
ot;; +* } +* * 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 PROTECTED] -* @version $Id: Cache.php,v 1.8 200

[PHP-CVS] cvs: php4 /pear/Cache/Container dbx.php

2001-03-22 Thread Ulf Wendel
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

[PHP-CVS] cvs: php4 /pear/Cache/Container dbx.php

2001-03-22 Thread Ulf Wendel
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

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu_Browser.php

2001-03-22 Thread Ulf Wendel
/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 PROTECTED

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu_Browser.php

2001-03-20 Thread Ulf Wendel
) you can use this browser to generate simple * fusebox like systems. * * @author Ulf Wendel [EMAIL PROTECTED] * @version $Id: Menu_Browser.php,v 1.1 2001/03/20 23:45:31 uw Exp $ */ class menubrowser { /** * Filesuffix of your XML files. * * @var string * @see menubrowser

[PHP-CVS] cvs: php4 /pear/Cache Output.php

2001-03-16 Thread Ulf Wendel
ations?` +* Ask Christian he was patient with me and he'll be so with your questions ;). * -* Have fun! +* Have fun! * * @authors Ulf Wendel [EMAIL PROTECTED] * @version $ID: $ -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] JavaDoc?

2001-03-15 Thread Ulf Wendel
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-24107 Kiel Tel: +49 431 386

[PHP-CVS] cvs: php4 /pear/XML Parser.php

2001-03-15 Thread Ulf Wendel
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

[PHP-CVS] cvs: php4 /pear/XML Render.php

2001-03-15 Thread Ulf Wendel
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

[PHP-CVS] cvs: php4 /pear/XML Parser.php

2001-03-15 Thread Ulf Wendel
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 ---

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu.php

2001-03-14 Thread Ulf Wendel
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

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu.php

2001-03-13 Thread Ulf Wendel
. | -// +--+ -// | Authors: Ulf Wendel [EMAIL PROTECTED] | -// +--+ -// -// $Id: Menu.php,v 1.6 2001/03/13 00:18:38 uw Exp $ - /** * Generates a HTML menu from a multidimensional hash. * @@ -83,7 +65,7 @@ * This can

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu.php

2001-03-13 Thread Ulf Wendel
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

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu.php

2001-03-12 Thread Ulf Wendel
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

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu.php

2001-03-12 Thread Ulf Wendel
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

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu.php

2001-03-12 Thread Ulf Wendel
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

[PHP-CVS] cvs: php4 /pear/Experimental/HTML Menu.php

2001-03-12 Thread Ulf Wendel
to | +// | [EMAIL PROTECTED] so we can mail you a copy immediately. | +// +--+ +// | Authors: Ulf Wendel [EMAIL PROTECTED

[PHP-CVS] cvs: php4 /pear/Experimental README /pear/Experimental/HTML Menu.php

2001-03-09 Thread Ulf Wendel
PROTECTED] * * @version $id: $ * @author Ulf Wendel [EMAIL PROTECTED] * @access public * @package HTML */ class menu { /** * Menu structure as a multidimensional hash. * * @var array * @see setMenu(), Menu() */ var $menu = array(); /** * Ma

[PHP-CVS] cvs: php4 /pear Cache.php /pear/Cache Container.php Error.php /pear/Cache/Container db.php file.php phplib.php

2001-03-08 Thread Ulf Wendel
mentations. * * 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 +138,7 @@

[PHP-CVS] cvs: php4 /pear Cache.php /pear/Cache Container.php

2001-03-08 Thread Ulf Wendel
: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 Exp $ +* @ve

[PHP-CVS] cvs: php4 /pear/Cache/Container phplib.php

2001-03-03 Thread Ulf Wendel
NOT NULL DEFAULT '', +* expires INT(9) NOT NULL DEFAULT 0, +* +* changed TIMSTAMP(14) NOT NULL, +* +* INDEX (expires), +* PRIMARY KEY (id) +* ) +* * * @author Ulf Wendel [EMAIL PROTECTED], Sebastian Bergmann [EMAIL PROTECTED] -* @version $Id: phplib.php,v 1.4 2001/03/02 14:16

[PHP-CVS] cvs: php4 /pear/Cache/Container db.php

2001-03-03 Thread Ulf Wendel
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

[PHP-CVS] cvs: php4 /pear/Cache/Container file.php

2001-03-03 Thread Ulf Wendel
. * * @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 @@ if (is_array($options

[PHP-CVS] cvs: php4 /pear/Cache Container.php

2001-03-03 Thread Ulf Wendel
(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 php4/pear

[PHP-CVS] cvs: php4 /pear/Cache Function.php

2001-03-03 Thread Ulf Wendel
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

[PHP-CVS] cvs: php4 /pear/Cache Graphics.php

2001-03-03 Thread Ulf Wendel
/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] | // +--+ // -// $Id

[PHP-CVS] cvs: php4 /pear/Cache Output.php

2001-03-03 Thread Ulf Wendel
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 ---

[PHP-CVS] cvs: php4 /pear Cache.php

2001-03-03 Thread Ulf Wendel
] | // +--+ // -// $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 Ulf Wendel

[PHP-CVS] cvs: php4 /pear/Cache/Container file.php

2001-03-02 Thread Ulf Wendel
] | // +--+ // -// $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.php,v 1.2 2001/03/01 17:18:23

[PHP-CVS] cvs: php4 /pear/Cache/Container phplib.php

2001-03-02 Thread Ulf Wendel
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 Exp $ * @package Cache */ class Cache_Container_phplib extends

[PHP-CVS] cvs: php4 /pear/Cache/Container db.php phplib.php

2001-03-02 Thread Ulf Wendel
/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 PROTECTED] -* @version $Id: phplib.php,v 1.3 2001/03/02 14:10:29 uw Exp $ +* @version $Id

[PHP-CVS] cvs: php4 /pear/Cache Container.php

2001-03-02 Thread Ulf Wendel
] | // +--+ // -// $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: Container.php,v 1.2

[PHP-CVS] cvs: php4 /pear/Cache Output.php

2001-03-02 Thread Ulf Wendel
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

[PHP-CVS] cvs: php4 /pear/Cache Output.php

2001-03-02 Thread Ulf Wendel
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

[PHP-CVS] cvs: php4 /pear/PHPDoc/parser PhpdocClassParser.php PhpdocConstantParser.php PhpdocFunctionParser.php PhpdocModuleParser.php PhpdocParser.php PhpdocParserCore.php PhpdocParserRegExp.php PhpdocParserTags.php PhpdocUseParser.php PhpdocVariableParser.php

2001-02-18 Thread Ulf Wendel
= true, + +"todo" = true + ); + +/** +* Analyses a function doc comment. +* @paramarray +* @return array +*/ +function analyseFunction($para) { +

[PHP-CVS] cvs: php4 /pear/PHPDoc/accessor PhpdocAccessor.php PhpdocClassAccessor.php PhpdocDocumentAccessor.php PhpdocIndexAccessor.php PhpdocModuleAccessor.php PhpdocWarningAccessor.php

2001-02-18 Thread Ulf Wendel
that contain classes. * -* @author Ulf Wendel [EMAIL PROTECTED] -* @version 1.0 -* @package PHPDoc +* @author Ulf Wendel [EMAIL PROTECTED] +* @version$Id: PhpdocClassAccessor.php,v 1.2 2001/02/18 15:03:05 uw Exp $ */ class PhpdocClassAccessor extends PhpdocDocumentAcce

[PHP-CVS] cvs: php4 /pear/PHPDoc/core Phpdoc.php PhpdocArgvHandler.php PhpdocObject.php PhpdocSetupHandler.php

2001-02-18 Thread Ulf Wendel
uffix, $tpl-get()); +$renderer-finish(); +$fileHandler-createFile($target."phpdoc_xmlfiles".$this-targetFileSuffix, +$tpl-get()); - $this-outl($this-finishInstructions); - return true; - } // end func render + $this-outl($th

[PHP-CVS] cvs: php4 /pear/PHPDoc/exceptions PhpdocError.php

2001-02-18 Thread Ulf Wendel
18 +11,124 @@ * * 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] +* @version $Id: PhpdocError

[PHP-CVS] cvs: php4 /pear/PHPDoc/filehandler PhpdocFileHandler.php

2001-02-18 Thread Ulf Wendel
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 PhpdocFileHandler

[PHP-CVS] cvs: php4 /pear/PHPDoc/indexer PhpdocIndexer.php

2001-02-18 Thread Ulf Wendel
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 $ */ class PhpdocIndexer

[PHP-CVS] cvs: php4 /pear/PHPDoc/renderer PhpdocRendererObject.php /pear/PHPDoc/renderer/html PhpdocHTMLClassRenderer.php PhpdocHTMLDocumentRenderer.php PhpdocHTMLIndexRenderer.php PhpdocHTMLModuleRenderer.php PhpdocHTMLRenderer.php PhpdocHTMLRendererManager.php PhpdocHTMLWarningRenderer.php

2001-02-18 Thread Ulf Wendel
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

[PHP-CVS] cvs: php4 /pear/PHPDoc/warning PhpdocWarning.php

2001-02-18 Thread Ulf Wendel
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

[PHP-CVS] cvs: php4 /pear/PHPDoc/xmlexporter PhpdocXMLClassExporter.php PhpdocXMLDocumentExporter.php PhpdocXMLExporter.php PhpdocXMLIndexExporter.php PhpdocXMLModuleExporter.php PhpdocXMLWarningExporter.php

2001-02-18 Thread Ulf Wendel
uw Sun Feb 18 08:53:01 2001 EDT Modified files: /php4/pear/PHPDoc/xmlexporter PhpdocXMLClassExporter.php PhpdocXMLDocumentExporter.php PhpdocXMLExporter.php

[PHP-CVS] cvs: php4 /pear/PHPDoc/xmlreader PhpdocXMLReader.php

2001-02-18 Thread Ulf Wendel
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:

[PHP-CVS] cvs: php4 /pear/PHPDoc/xmlwriter PhpdocXMLWriter.php

2001-02-18 Thread Ulf Wendel
@@ * 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.php,v

[PHP-CVS] cvs: php4 /pear/HTML ITX.php

2001-01-18 Thread Ulf Wendel
. | // +--+ -// | Authors: Ulf Wendel [EMAIL PROTECTED] | +// | Authors: Ulf Wendel [EMAIL PROTECTED

[PHP] Layout Manager

2001-01-12 Thread Ulf Wendel
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 General