My favorites
|
Sign in
kohana-mptt
Kohana Code Repository
Project Home
Downloads
Wiki
Issues
Source
Checkout
|
Browse
|
Changes
|
r105
Source path:
svn
/
trunk
/
spamcheck
/
libraries
/
SpamCheck_Abstract.php
1
2
3
4
5
6
7
8
9
10
11
<?php
abstract class SpamCheck_Abstract{
protected $spamcheck;
public function __construct(SpamCheck $spamcheck)
{
$this->spamcheck=$spamcheck;
}
public function check(){}
}
?>
Show details
Hide details
Change log
r88
by maartenvanvliet on Jun 26, 2008
Diff
Spam check library with Akismet plugin
Go to:
/trunk/spamcheck
/trunk/spamcheck/libraries
...pamcheck/libraries/SpamCheck.php
...libraries/SpamCheck_Abstract.php
.../libraries/SpamCheck_Akismet.php
Project members,
sign in
to write a code review
Older revisions
All revisions of this file
File info
Size: 185 bytes, 11 lines
View raw file
Hosted by