php-general Digest 2 Nov 2008 22:41:04 -0000 Issue 5769

Topics (messages 282751 through 282757):

Re: Yahoo/Gmail/Hotmail Contacts API
        282751 by: Eric Butera

Write my own extensions
        282752 by: Gautier Di Folco
        282753 by: Stut
        282754 by: Nathan Nobbe

phpbb forum & site login integration
        282755 by: Progwihz

Re: phpbb forum & site login integratio
        282756 by: Richard Heyes

Simple app to Fill in TBL/Access Control Function.
        282757 by: bruce

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
On Sun, Nov 2, 2008 at 5:03 AM, Richard Heyes <[EMAIL PROTECTED]> wrote:
>> Open id's really a toy at this point.
>
> Now that MS and Google have signed up it will soon get a lot bigger.
>
> http://news.bbc.co.uk/1/hi/technology/7699320.stm
>
> --
> Richard Heyes
>
> HTML5 Graphing for FF, Chrome, Opera and Safari:
> http://www.rgraph.org (Updated October 25th)
>

When we see the ability to log into said services with openid, you'll
have an argument.  AOL has been a provider for years, nothing has
changed.

--- End Message ---
--- Begin Message ---
Hello,
 
I am a French student, so I do not speak english very well, I am sorry...
 
For a few weeks I want to write my own extension for PHP in C++ language...
 
But I do not find any trivial things, all the exemples did not have any 
paramaters...
 
Do you know where I can find concrete things to do function or class/objects 
for PHP in C++ ?
 
Thank you for your help
_________________________________________________________________
Email envoyé avec Windows Live Hotmail. Dites adieux aux spam et virus, passez 
à Hotmail ! C'est gratuit !
http://www.windowslive.fr/hotmail/default.asp

--- End Message ---
--- Begin Message ---
On 2 Nov 2008, at 18:57, Gautier Di Folco wrote:
I am a French student, so I do not speak english very well, I am sorry...

For a few weeks I want to write my own extension for PHP in C++ language...

But I do not find any trivial things, all the exemples did not have any paramaters...

Do you know where I can find concrete things to do function or class/ objects for PHP in C++ ?

The online documentation for writing extensions is severely lacking. This book will tell you everything you need to know: http://jmp.li/cf

-Stut

--
http://stut.net/

--- End Message ---
--- Begin Message ---
On Sun, Nov 2, 2008 at 1:02 PM, Stut <[EMAIL PROTECTED]> wrote:

> On 2 Nov 2008, at 18:57, Gautier Di Folco wrote:
>
>> I am a French student, so I do not speak english very well, I am sorry...
>>
>> For a few weeks I want to write my own extension for PHP in C++
>> language...
>>
>> But I do not find any trivial things, all the exemples did not have any
>> paramaters...
>>
>> Do you know where I can find concrete things to do function or
>> class/objects for PHP in C++ ?
>>
>
> The online documentation for writing extensions is severely lacking. This
> book will tell you everything you need to know: http://jmp.li/cf


and here is an essentially a very abridged version you can get started w/
right away.  if you want to learn about writing c code to expose classes
natively in php, you should def get the aforementioned book.

http://devzone.zend.com/node/view/id/1021

the second part,

http://devzone.zend.com/node/view/id/1022

shows examples of accepting parameters from user functions.  but it doesnt
talk about writing extensions w/ c++ =/

-nathan

--- End Message ---
--- Begin Message ---
Hi All I am looking to integrate phpbb forum with an existing site login 
system.  I 've been searching the web for information on how to do this and 
cant find one.

I came across this and I dont know if anyone here has had any experience with 
it or if anyone has tried it out.

http://www.phpclasses.org/browse/package/1532.html

Am not even sure if it'll work with the latest version of phpbb

Any help will be much appreciated.

thanks.


      

--- End Message ---
--- Begin Message ---
> Hi All I am looking to integrate phpbb forum with an existing site login 
> system.

Not having looked at it, you could look at using HTTP auth. Might make
things easier. Then again, it might not. [shrugs]

-- 
Richard Heyes

HTML5 Graphing for FF, Chrome, Opera and Safari:
http://www.rgraph.org (Updated October 25th)

--- End Message ---
--- Begin Message ---
Hi guys...

Forgive me! I'm looking for a simple app that has the user complete a TBL
(don't care what), and has an access control process, along with an ADMIN
function....

Something simple that I can rip apart, and build on top of!!! The
CMS/Drupal/Typo/etc.. are way too complex. I'm currently looking over the
freshmeat/sourceforge sites. I'm going to be adding additional
functionality, so this will be a start.

Any/all pointers would be helpful.

Thanks


--- End Message ---

Reply via email to