[Pmwiki-users] Coding Style for pmwiki2

Pham Cong Dinh pcdinh2004
Sat Sep 18 22:46:12 CDT 2004


Hi everybody,

I could not find any documentation on coding standard for pmwiki. It 
seems that the coding style used in pmwiki2 is not compatible with PEAR 
Coding standard.

For examples:
function ReplaceOnSave($pagename,&$page,&$new)

would be rewrite in PEAR:

function replaceOnSave($pagename,&$page,&$new)

I read it here: http://pear.php.net/manual/en/standards.naming.php

So I think, the coding standard used in pmwiki2 should be different. 
Could anybody kindly provide me a link for this?

Thanks,

Dinh



More information about the pmwiki-users mailing list