查看完整版本: 有没有人用过KOHONA框架中的裸体女人这个CLASS?

bardo 2008-6-27 12:32

有没有人用过KOHONA框架中的裸体女人这个CLASS?

如题:有没有人用过KOHONA框架中的裸体女人这个CLASS

Hex 2008-6-27 13:30

:L 裸体女人????????
what?

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 的源码,对他了解不多。

icyleaf 2008-8-25 23:23

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

沧蓝 2008-8-26 19:05

新版本里已经去除了。

sam 2008-8-31 16:23

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