有没有人用过KOHONA框架中的 Naked Woman 这个 CLASS?
如题:有没有人用过KOHONA框架中的 Naked Woman 这个CLASS 你没见到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 http://kohanaphp.com/license.html
*/
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 哈哈,我基本很少看 Kohana 的源码,对他了解不多。 汗。。。这个是在哪个文件里面的。。。 新版本里已经去除了。 好久没来了。。。。先灌水再说。:lol
页:
[1]