Artificial Intelligence - M[MODEL]C[CONTROLLER]V[VIEW] [NET]NETWORKING

ตอบกระทู้

รูปแสดงอารมณ์
:icon_plusone: :like: :plusone: :gfb: :-D :) :( :-o 8O :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen: :angry: :baa: :biggrin:
รูปแสดงอารมณ์อื่นๆ

BBCode เปิด
[img] เปิด
[url] เปิด
[Smile icon] เปิด

กระทู้แนะนำ
   

มุมมองที่ขยายได้ กระทู้แนะนำ: Artificial Intelligence - M[MODEL]C[CONTROLLER]V[VIEW] [NET]NETWORKING

Re: Artificial Intelligence - M[MODEL]C[CONTROLLER]V[VIEW] [NET]NETWORKING

โดย mindphp » 13/04/2017 9:12 pm

อะไรหรอครับ อันนี้ งง

Artificial Intelligence - M[MODEL]C[CONTROLLER]V[VIEW] [NET]NETWORKING

โดย chornma » 08/04/2017 4:21 pm

รูปภาพ
รูปภาพ
Code ในวงงานบางส่วนของ... IIS
รูปภาพ

โค้ด: เลือกทั้งหมด


	function main($id, $mode) 
	{
		global $aimer $config, $db, $user, $template, $cache, $request, $phpbb_log;
		global $phpbb_root_path, $phpEx;

		$action = $request->variable('action', '');
		$id = (isset($_POST['id'])) ? true : false;
		$ai_manager	= $request->variable('user', 0);

		if (isset($_UPDATE['user']))
		{
			$action = 'update';
		}

		$error = array('cache');

		$user->add_lang('lang');
		$this->tpl_name = 'questions';
		$this->page_title = 'manager';
		$form_key = 'action';
		add_form_key($form_key);

		if ($submit && !check_form_key($form_key))
		{
			$error[] = $user->lang['FORM_KEY'];
		}

ข้างบน