2011-11-11 16 views

cevap

14

Sen i aradığı şeyi olduğunu if is a CLI request:

class Mycontroller extends CI_Controller { 

    function __construct() 
    { 
    parent::__construct(); 

    if(!$this->input->is_cli_request()) 
    { 
     // echo 'Not allowed'; 
     // exit(); 
    } 
    } 

} 
+1

kontrol etmek isteyebilirsiniz. Teşekkürler. – applechief

İlgili konular