bardo 2008-6-27 12:32
有没有人用过KOHONA框架中的裸体女人这个CLASS?
如题:有没有人用过KOHONA框架中的裸体女人这个CLASS
bardo 2008-6-27 16:13
你没见到KOHANA中的这个类吗:
以下是源码:
<?php defined('SYSPATH') or die('No direct script access.');
/**
* Merry Christmas!
*
* I wonder if this will be picked up by Google and cause a massive number of
* hits to just this file....
*
* @author Kohana Team
* @copyright (c) 2007 Kohana Team
* @license [url]http://kohanaphp.com/license.html[/url]
*/
class Naked_Woman_Core {
public function __construct()
{
throw new Kohana_User_Exception
(
'cash::generate(), plz?',
'There are no naked women or cash generators in Kohana. Sorry! ;)'
);
}
} // End Naked Woman
Hex 2008-6-27 17:15
哈哈,我基本很少看 Kohana 的源码,对他了解不多。