Re: [PHP] Search for the documentation

2001-01-26 Thread Brian Clark


(BC == "Brian Clark") [EMAIL PROTECTED] betokened:

BC I'm using Beta 2.10a (I'm in the Beta program), but I'm not
BC completely sure when this new feature was added (some where
BC between 2.00 and 2.10a):

BC If you go into settings and syntax for PHP in Preferences, I see a
BC 'function pattern' text field which has:

BC ^[ \t\s]*function[ \t\s].*\([^;]*$

BC And I'm now guessing that's why $(CurWord) is smart enough to
BC "figure it out" :-)

No, that's not right either. That shouldn't have anything to do with
it. Because it still works with something like:

$GLOBALS['|HTTP_HOST'] for HTTP_HOST and $|GLOBALS['HTTP_HOST'] for
the word globals.

Where | is the cursor.

Ahh! It's because of the new (?) 'Word Delimiters' field in Prefs -
General where you have: ,.?!;:/(){}[]"'

Spiffy.

-Brian



-- 
PHP General 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] Search for the documentation

2001-01-24 Thread Rasmus Lerdorf

The online manual is searchable.  Hence the big "Search" button.

But if you don't like that and prefer a Windows-like searchable thing,
well then just download that.  It is listed right there on:

  http://www.php.net/docs.php

-Rasmus

On Thu, 25 Jan 2001, Jamie wrote:

 I'm one of those ppl who find it hard to sit and read documentation
 especially manuals like the PHP one - presented HTML with no inbuilt search
 functions. Being a fairly novice programmer and more of a designer I'm not
 even that familiar with the programming terms to figure out what sections to
 find what I'm looking for.
 Sooo
 -has anyone written a PHP search script for the documentation. I'd like to
 be able to be able to do it similar to the windows (or most other) find box
 where it will sort through all the pages until it hits the string I'm after
 then if that's not it I can hit next and go onto the next matching string
 that it finds... I guess what I'm thinking of would have to run in a framed
 html [search at top and manual at bottom] but any other suggestions would be
 welcomed.

 Jamie


 --
 PHP General 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]



-- 
PHP General 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] Search for the documentation

2001-01-24 Thread Hrishi

why dont you download the BIG one-file manual compilation from
http://www.php.net and use the find t0ol in your web browser ?

just my $0.02
---
Yeah, there are more important things in life than money, but they won't go
out with you if you don't have any.
- Original Message -
From: "Jamie" [EMAIL PROTECTED]
To: "PHP" [EMAIL PROTECTED]
Sent: Thursday, January 25, 2001 10:20 AM
Subject: [PHP] Search for the documentation


 I'm one of those ppl who find it hard to sit and read documentation
 especially manuals like the PHP one - presented HTML with no inbuilt
search
 functions. Being a fairly novice programmer and more of a designer I'm not
 even that familiar with the programming terms to figure out what sections
to
 find what I'm looking for.
 Sooo
 -has anyone written a PHP search script for the documentation. I'd like to
 be able to be able to do it similar to the windows (or most other) find
box
 where it will sort through all the pages until it hits the string I'm
after
 then if that's not it I can hit next and go onto the next matching string
 that it finds... I guess what I'm thinking of would have to run in a
framed
 html [search at top and manual at bottom] but any other suggestions would
be
 welcomed.

 Jamie


 --
 PHP General 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]






-- 
PHP General 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] Search for the documentation

2001-01-24 Thread Philip Olson


go here :

http://www.php.net/tips.php

it will turn your browser into a search machine.  or, get the toolbar
thingee from google :

http://services.google.com/navclient/welcome.html

it is FAR superior then the windows find thing as it highlights words.
the manual everyone is talking about is called "HTML Version" and can be
found here :

http://php.net/docs.php

and there is *never* a time where google toolbar can't be used when
windows find can, remember that! :-)  although that's a different
discussion.  but just turn on highlight, enter the term and press
term button and presto!  will go to next term and all will be highlighted
like magic. but in all reality, searching php.net is most useful as it
searches user comments too, so :

http://php.net/search.php

you can even specify what to search.  i like to search "the mailing list"
as it is so useful, add a mailing list search too via instructions under
that tips.php page, i have this :

alias : ml
url   : http://marc.theaimsgroup.com/?l=php-generalr=1w=2q=bs=%s

that will make more sense after reading tips page.  adding little search
aliases to the browser is most useful.

regards,


philip olson
http://www.cornado.com/


On Thu, 25 Jan 2001, Jamie wrote:

 I'm one of those ppl who find it hard to sit and read documentation
 especially manuals like the PHP one - presented HTML with no inbuilt search
 functions. Being a fairly novice programmer and more of a designer I'm not
 even that familiar with the programming terms to figure out what sections to
 find what I'm looking for.
 Sooo
 -has anyone written a PHP search script for the documentation. I'd like to
 be able to be able to do it similar to the windows (or most other) find box
 where it will sort through all the pages until it hits the string I'm after
 then if that's not it I can hit next and go onto the next matching string
 that it finds... I guess what I'm thinking of would have to run in a framed
 html [search at top and manual at bottom] but any other suggestions would be
 welcomed.
 
 Jamie
 
 
 -- 
 PHP General 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]
 


-- 
PHP General 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]