bardo 发表于 2008-6-27 12:32:06

有没有人用过KOHONA框架中的 Naked Woman 这个 CLASS?

如题:有没有人用过KOHONA框架中的 Naked Woman 这个CLASS

bardo 发表于 2008-6-27 16:13:18

你没见到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

Hex 发表于 2008-6-27 17:15:52

哈哈,我基本很少看 Kohana 的源码,对他了解不多。

icyleaf 发表于 2008-8-25 23:23:59

汗。。。这个是在哪个文件里面的。。。

沧蓝 发表于 2008-8-26 19:05:32

新版本里已经去除了。

sam 发表于 2008-8-31 16:23:10

好久没来了。。。。先灌水再说。:lol
页: [1]
查看完整版本: 有没有人用过KOHONA框架中的 Naked Woman 这个 CLASS?