Register Register Member Login Member Login Member Login Forgot Password ??
PHP , ASP , ASP.NET, VB.NET, C#, Java , jQuery , Android , iOS , Windows Phone
 

Registered : 109,038

HOME > PHP > PHP Forum > การเขียนโปรแกรมแบบ oop ครับ ควรจะทำอะไรก่อนจะเริ่มเขียน



 

การเขียนโปรแกรมแบบ oop ครับ ควรจะทำอะไรก่อนจะเริ่มเขียน

 



Topic : 052301



โพสกระทู้ ( 373 )
บทความ ( 0 )



สถานะออฟไลน์
Facebook



อยากทราบว่าก่อนที่จะเริ่มทำการเขียน class ครับ ต้องวางแผนอย่างไรบ้างครับ

คืออ่านบทความแล้วก็พอจะเข้าใจบ้างบางส่วน แต่จากบทความเค้าเขียนคลาสยาวๆ
แล้วก็มีการสืบทอดต่อไปอีก คือ ประมาณว่า เขียนในคลาสนี้แค่ไหนถึงจะพออะไรอย่างนี้อะครับ

แต่ละท่านเขียนกันอย่างไรบ้างครับ ขอบคุณทุกคำตอบครับ



Tag : PHP







Move To Hilight (Stock) 
Send To Friend.Bookmark.
Date : 2010-11-26 16:33:31 By : monotakari View : 1395 Reply : 9
 

 

No. 1

Guest


เขียนอย่างไรก็ได้ครับให้
1 แก้ปัญหาทั่วๆ ไปที่ซับซ้อนกว่าที่จะใช้ function
2 จัดกลุ่ม function ให้เป็นระเบียบ
3 ลดปริมาณการเขียนโค้ดซ้ำ
4 ลดปัญหาโค้ด error

การเขียน class ก็เหมือน function คือรวบรวม input ที่จำเป็น required input, optional input
สร้าง pattern ที่ง่ายต่อการใช้ <-- ศึกษาโครงสร้างภาษาศึกษาหลัก oop และดีไซน์แพทเทิน และค้นดูตัวอย่างให้มากๆครับ อันนี้เป็นศิลปะอย่างหนึ่งครับ เหมือนกับการรวมรวมเทคนิคที่เป็นไปได้มา ทำให้เกิดประโยชน์
ตรวจสอบ output ผลลัพธ์






แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-26 16:54:06 By : num
 


 

No. 2



โพสกระทู้ ( 373 )
บทความ ( 0 )



สถานะออฟไลน์
Facebook

ขอบคุณครับ คห 2

ท่านอื่นว่าไงครับ

ก่อนจะเขียน คือต้องร่างอะไรมั้ย หรือลงมือเขียนไปเรื่อยๆเลยอะครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-26 17:00:29 By : monotakari
 

 

No. 3



โพสกระทู้ ( 3,468 )
บทความ ( 0 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter

ต้องศึกษาพื้นฐานก่อนครับ ตั้งแต่หลักการ ฟีเจอร์(ของแต่ละภาษา อิมพลีเมนต์ไม่เหมือนกันซะทีเดียว) ศึกษาตัวอย่างการใช้งานในแต่ละฟีเจอร์

และมองดูว่าสิ่งที่เราจะทำนั้น ถ้าใช้ OOP มันได้เปรียบในแง่ไหนบ้าง น่าจะทำหรือป่าว

ถ้าจะทำ จะออกแบบ pattern ยังไง (ผมไม่แน่ใจบางคนอาจศึกษาเอา แต่ผมมั่วเอาเอง^^) ให้สามารถเมนเทน และขยายได้


ทั้งนี้ จริงๆ ขึ้นอยู่กับประสบการณ์ครับ (ซึ่งผมมีแต่ใช้ OOP แต่ เขียน OOP นั้นไม่บ่อยนัก)
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-26 18:24:17 By : pjgunner.com
 


 

No. 4



โพสกระทู้ ( 1,242 )
บทความ ( 13 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter Facebook

ควรเริ่มทำอะไรก่อน
- ผมคิดว่าก่อนอื่นต้องหัดใช้ class บ่อยๆเป็นอันดับแรก ไม่ต้องเขียนเองหรอกครับ เข้าไปในเว็บนี้ http://www.phpclasses.org/ โหลดมาดูเยอะๆครับว่าเค้าเขียนกันอย่างไร

ตัวอย่าง class ที่ผมเขียนไว้ครับ
PHP Table class by DS_Ohm
Table.class.php
<?php
/*
 *      Table.class.php
 *
 *      Copyright 2010 Narong <[email protected]>
 *
 *      This program is free software; you can redistribute it and/or modify
 *      it under the terms of the GNU General Public License as published by
 *      the Free Software Foundation; either version 2 of the License, or
 *      (at your option) any later version.
 *
 *      This program is distributed in the hope that it will be useful,
 *      but WITHOUT ANY WARRANTY; without even the implied warranty of
 *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *      GNU General Public License for more details.
 *
 *      You should have received a copy of the GNU General Public License
 *      along with this program; if not, write to the Free Software
 *      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 *      MA 02110-1301, USA.
 */

/**
 * @author narong
 */
class Table
{
	/**
	 * HTML Table Tag Attributes
	 * @var string
	 */
	private $attributes;
	
	/**
	 * HTML Table Tag caption.
	 * @var string
	 */
	private $caption;
	
	/**
	 * Highlight table rows.
	 * @var array
	 */
	private $highlight = array();
	
	/**
	 * Table header array contain title and css.
	 * @var array
	 */
	private $header = array();
	
	/**
	 * Table data array
	 * @var array
	 */
	private $data = array();

	/**
	 * Constructor
	 * Initialization that the object may need before it is used.
	 *  
	 * @param $attributes
	 * @param $header
	 * @param $data
	 * @param $highlight
	 * @param $caption
	 * @return No value is returned.
	 */
	public function __construct($attributes, $header, $data, $highlight, $caption)
	{
		self::setTable($attributes, $header, $data, $highlight, $caption);
	}
	
	/**
	 * Set table
	 * 
	 * @param $attributes
	 * @param $header
	 * @param $data
	 * @param $highlight
	 * @param $caption
	 * @return No value is returned. 
	 */
	public function setTable($attributes, $header, $data, $highlight, $caption)
	{
		$this->attributes = $attributes;
		$this->header 	  = $header;
		$this->data	  	  = $data;
		$this->highlight  = $highlight;
		$this->caption	  = $caption;
	}

	/**
	 * Create table
	 *
	 * @return No value is returned.
	 */
	public function getTable()
	{
		$html  = '<table ' . $this->attributes . '>';
		$html .= '<caption>' . $this->caption . '</caption>';
		$html .= '<thead>' . self::setHeader() . '</thead>';		
		$html .= '<tbody>' . self::setData() . '</tbody>';
		$html .= '</table>';
		
		return $html;
	}

	/**
	 * Set table header
	 * 
	 * @return HTML Table header.
	 */
	private function setHeader()
	{
		$html = '<tr>';
		if (!empty($this->header))
			foreach ($this->header['title'] as $key=>$value)
				$html .= '<th ' . $this->header['css'][$key] . '>' . $value . '</th>';
		else
			$html .= '<th class="txt-err">Please set header variable</th>';
		
		$html .= '</tr>';
			
		return $html;
	}
	
	/**
	 * Set table data
	 * 
	 * @return HTML Table data
	 */
	private function setData()
	{
		$html = '';
		if ($this->data) {
			foreach ($this->data as $key=>$rows) {
				$highlight = ($key%2 == 1) ?  $this->highlight[0] : $this->highlight[1];
				$html .= '<tr ' . $highlight . '>';
				
				foreach ($rows as $value)
					$html .= '<td>' . $value . '</td>';
					
				$html .= '</tr>';
			}
		} else {
			$html .= '<span class="txt-err">No data</span>';
		}
		
		return $html;
	}
}


default.css
@CHARSET "UTF-8";
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #4f6b72;
	background: #E6EAE9;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#mytable {
	width: 600px;
	padding: 0;
	margin: 0;
}

#mytable caption {
	font-style: italic;
	font-size: 14px;
	padding: 0 0 5px 0;
	width: 600px;	 
	text-align: right;
}

#mytable thead th {
	color: #4f6b72;
	border:1px solid #C1DAD7;
	border-left: none;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

#mytable thead th:first-child {
	border-left: 1px solid #C1DAD7;
}

#mytable tbody tr:hover { 
	background-color:#FFFECD;
}

#mytable tbody td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}
#mytable tbody  td:first-child {
	border-left: 1px solid #C1DAD7;
}

.odd {
	background: #F5FAFA;
	color: #797268;
}

.even {
	background: #FFF;
	color: #797268;
}

.header-id {
	width: 30px;
}
.header-name {
	width: 100px;
}
.header-surname {
	width: 100px;
}
.header-email {
	width: 90px;
}



index.php
<?php
/*
 *      index.php
 *
 *      Copyright 2010 narong <[email protected]>
 *
 *      This program is free software; you can redistribute it and/or modify
 *      it under the terms of the GNU General Public License as published by
 *      the Free Software Foundation; either version 2 of the License, or
 *      (at your option) any later version.
 *
 *      This program is distributed in the hope that it will be useful,
 *      but WITHOUT ANY WARRANTY; without even the implied warranty of
 *      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *      GNU General Public License for more details.
 *
 *      You should have received a copy of the GNU General Public License
 *      along with this program; if not, write to the Free Software
 *      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
 *      MA 02110-1301, USA.
 */
 
require_once dirname(__FILE__) . '/classes/Table.class.php';

echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

<head>
<title>บัญชีรายชื่อสายทางที่น้ำท่วมขัง</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="generator" content="Geany 0.19.1" />
<link href="css/default.css" rel="stylesheet" type="text/css" />
</head>

<body>';
$attributes = 'id="mytable" cellspacing="0"';
$header['title'] = array(	'ID.', 'NAME', 'SURNAME', 'EMAIL');
$header['css'] = array(
	'class="header-id"', 'class="header-name"',
	'class="header-surname"', 'class="header-email"'
);
$highlight  = array('class="odd"', 'class="even"');
$caption    = 'Test table';

$data = array(
	array('1', 'Narong', 'Rammanee', '[email protected]'),
	array('2', 'Narong', 'Rammanee', '[email protected]'),
	array('3', 'Narong', 'Rammanee', '[email protected]'),
	array('4', 'Narong', 'Rammanee', '[email protected]'),
	array('5', 'Narong', 'Rammanee', '[email protected]')
);

$table = new Table($attributes, $header, $data, $highlight, $caption);

echo $table->getTable();

echo '</body>
</html>';

Download Demo


ประวัติการแก้ไข
2010-11-26 21:24:54
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-26 21:19:08 By : DS_Ohm
 


 

No. 5



โพสกระทู้ ( 373 )
บทความ ( 0 )



สถานะออฟไลน์
Facebook

ขอบคุณมากมายเลยครับ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-26 22:47:24 By : monotakari
 


 

No. 6



โพสกระทู้ ( 11,835 )
บทความ ( 10 )

สมาชิกที่ใส่เสื้อไทยครีเอท Hall of Fame 2012

สถานะออฟไลน์


อยากเป็นคนมีคลาสสส
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-27 00:43:57 By : PlaKriM
 


 

No. 7



โพสกระทู้ ( 74,058 )
บทความ ( 838 )

สมาชิกที่ใส่เสื้อไทยครีเอท

สถานะออฟไลน์
Twitter Facebook

Go to : กระทู้รณรงค์ ตอน andquot;มาเขียน php แบบ OOP กันเถอะandquot; คือผมก็เห็นว่า community ที่นี่มีคนเก่งเยอะ
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-27 07:14:45 By : webmaster
 


 

No. 8

Guest


การเขียนแบบ function ถ้าเขียนดีๆ ก็เป็น oop ครับ
http://web-programming-bookmark.blogspot.com/2010/11/service-user-pattern.html
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2010-11-27 08:35:40 By : num
 


 

No. 9

Guest


สำหรับสมาชิกทีต้องการดูผ่าน VDO

Go to : สอนการเขียน PHP กับ OOP (Object Oriented Programming) ผ่าน VDO ออนไลน์
แสดงความคิดเห็นโดยอ้างถึง ความคิดเห็นนี้
Date : 2011-08-07 06:50:45 By : thaicreate
 

   

ค้นหาข้อมูล


   
 

แสดงความคิดเห็น
Re : การเขียนโปรแกรมแบบ oop ครับ ควรจะทำอะไรก่อนจะเริ่มเขียน
 
 
รายละเอียด
 
ตัวหนา ตัวเอียง ตัวขีดเส้นใต้ ตัวมีขีดกลาง| ตัวเรืองแสง ตัวมีเงา ตัวอักษรวิ่ง| จัดย่อหน้าอิสระ จัดย่อหน้าชิดซ้าย จัดย่อหน้ากึ่งกลาง จัดย่อหน้าชิดขวา| เส้นขวาง| ขนาดตัวอักษร แบบตัวอักษร
ใส่แฟลช ใส่รูป ใส่ไฮเปอร์ลิ้งค์ ใส่อีเมล์ ใส่ลิ้งค์ FTP| ใส่แถวของตาราง ใส่คอลัมน์ตาราง| ตัวยก ตัวห้อย ตัวพิมพ์ดีด| ใส่โค้ด ใส่การอ้างถึงคำพูด| ใส่ลีสต์
smiley for :lol: smiley for :ken: smiley for :D smiley for :) smiley for ;) smiley for :eek: smiley for :geek: smiley for :roll: smiley for :erm: smiley for :cool: smiley for :blank: smiley for :idea: smiley for :ehh: smiley for :aargh: smiley for :evil:
Insert PHP Code
Insert ASP Code
Insert VB.NET Code Insert C#.NET Code Insert JavaScript Code Insert C#.NET Code
Insert Java Code
Insert Android Code
Insert Objective-C Code
Insert XML Code
Insert SQL Code
Insert Code
เพื่อความเรียบร้อยของข้อความ ควรจัดรูปแบบให้พอดีกับขนาดของหน้าจอ เพื่อง่ายต่อการอ่านและสบายตา และตรวจสอบภาษาไทยให้ถูกต้อง

อัพโหลดแทรกรูปภาพ

Notice

เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ
อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง

   
  เพื่อความปลอดภัยและการตรวจสอบ กระทู้ที่แทรกไฟล์อัพโหลดไฟล์จากที่อื่น อาจจะถูกลบทิ้ง
 
โดย
อีเมล์
บวกค่าให้ถูก
<= ตัวเลขฮินดูอารบิก เช่น 123 (หรือล็อกอินเข้าระบบสมาชิกเพื่อไม่ต้องกรอก)







Exchange: นำเข้าสินค้าจากจีน, Taobao, เฟอร์นิเจอร์, ของพรีเมี่ยม, ร่ม, ปากกา, power bank, แฟลชไดร์ฟ, กระบอกน้ำ

Load balance : Server 00
ThaiCreate.Com Logo
© www.ThaiCreate.Com. 2003-2025 All Rights Reserved.
ไทยครีเอทบริการ จัดทำดูแลแก้ไข Web Application ทุกรูปแบบ (PHP, .Net Application, VB.Net, C#)
[Conditions Privacy Statement] ติดต่อโฆษณา 081-987-6107 อัตราราคา คลิกที่นี่