<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>e-document - itOffside.com | บทความการเขียนโปรแกรม เรื่องราวข้อมูลเทคโนโลยี</title>
	<atom:link href="https://www.itoffside.com/tag/e-document/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.itoffside.com</link>
	<description>ข้อมูลข่าวสารและเรื่องราวบนโลกของไอทีที่ ล้ำหน้า พร้อมสาระการเขียนโปรแกรมคอมพิวเตอร์</description>
	<lastBuildDate>Sun, 15 Sep 2024 14:50:51 +0000</lastBuildDate>
	<language>th</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://www.itoffside.com/wp-content/uploads/2020/04/cropped-favicon-96x96-1-32x32.png</url>
	<title>e-document - itOffside.com | บทความการเขียนโปรแกรม เรื่องราวข้อมูลเทคโนโลยี</title>
	<link>https://www.itoffside.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>แจกระบบจัดการเอกสารออนไลน์ โดยใช้ Codeigniter Framework [PHP+MySQL]</title>
		<link>https://www.itoffside.com/sourcecode-edocument-online-codeigniter-php-mysql/</link>
					<comments>https://www.itoffside.com/sourcecode-edocument-online-codeigniter-php-mysql/#comments</comments>
		
		<dc:creator><![CDATA[Onmobile]]></dc:creator>
		<pubDate>Fri, 02 Oct 2015 17:37:00 +0000</pubDate>
				<category><![CDATA[Codeigniter]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[codeigniter]]></category>
		<category><![CDATA[e-document]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php5]]></category>
		<guid isPermaLink="false">https://www.itoffside.com/?p=2518</guid>

					<description><![CDATA[<p>ระบบเอกสาร ที่ผมได้เขียนขึ้นมานั้น ผมได้ใช้ php framework ของ Codeigniter 3 ในการเขียนขึ้นมา ซึ่งผมเพิ่งเริ่มเขียน Codeigniter framework มาได้ไม่นาน ซึ่งเดิมทีผมตั้งใจจะเริ่มต้นกับ Laravel framework แต่ก็ตัดสินใจเลือก Codeigniter ก่อน เนื่องจากมีหลายๆความคิดเห็นบนอินเตอร์เน็ตว่า Codeigniter เขียนง่า...</p>
<p>The post <a href="https://www.itoffside.com/sourcecode-edocument-online-codeigniter-php-mysql/">แจกระบบจัดการเอกสารออนไลน์ โดยใช้ Codeigniter Framework [PHP+MySQL]</a> first appeared on <a href="https://www.itoffside.com">itOffside.com | บทความการเขียนโปรแกรม เรื่องราวข้อมูลเทคโนโลยี</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>ระบบเอกสาร ที่ผมได้เขียนขึ้นมานั้น ผมได้ใช้ php framework ของ Codeigniter 3 ในการเขียนขึ้นมา ซึ่งผมเพิ่งเริ่มเขียน Codeigniter framework มาได้ไม่นาน ซึ่งเดิมทีผมตั้งใจจะเริ่มต้นกับ Laravel framework แต่ก็ตัดสินใจเลือก Codeigniter ก่อน เนื่องจากมีหลายๆความคิดเห็นบนอินเตอร์เน็ตว่า Codeigniter เขียนง่าย สำหรับระบบเอกสารที่ผมเอามาแจกนั้นเป็นระบบง่ายๆ ไม่ซับซ้อนมากนักเหมาะสำหรับคนที่เพิ่มเริ่มหัดเขียน Codeigniter นำไปศึกษา โดยผมตั้งใจไว้ว่า พยายามเผยแพร่ Source code ที่คนอ่านแล้วเข้าใจไม่ยาก และระบบเอกสารผมได้นำ AdminLTE2 มาเป็นหน้าตาเว็บไซต์ซึ่งเพิ่งเริ่มใช้เวอร์ชั่นนี้เหมือนกันครับ และสุดท้ายสุดถ้าใครเกิดปัญหาตรงไหน สอบถามได้ทาง Comment ด้านล่างนี้นะครับ<span id="more-2518"></span></p>
<p>สำหรับ ระบบเอกสาร ผมได้ออกแบบฐานข้อมูลโดยมี ทั้งหมด 3 ตาราง คือ users, categories, document โดย users เก็บข้อมูลผู้ใช้, categories เก็บข้อมูลหมวดหมู่เอกสาร, document เก็บเอกสาร<br />
ความสามารถของระบบเอกสาร ecdocument มีดังนี้<br />
1. สามารเพิ่ม แก้ไข และลบ ข้อมูลหมวดหมู่เอกสาร, เอกสาร ได้<br />
2. ไฟล์เอกสารที่อัพโหลดในระบบเอกสารรองรับเฉพาะ ไฟล์นามสกุล PDF เท่านั้น<br />
3. สามารถตรวจสอบการเข้าถึงการ จัดการระบบเอกสารได้</p>
<p>ซึ่งความสามารถข้างต้นที่กล่าวมานี้ ผู้ใช้งานสามารถนำไปต่อยอดได้ครับ</p>
<p>สำหรับ source code สามารถดาวน์โหลดได้ที่ลิงค์ด้านล่างครับ โดยจะมีไฟล์ *.sql อยู่ข้างในโฟล์เดอร์ด้วยครับ</p>
<p>[sociallocker]</p>
<p><a href="https://github.com/ipball/ecdocument" target="_blank" rel="noopener">Download Sourcecode</a></p>
<p>[/sociallocker]</p>
<p>************<br />
<strong>การติดตั้ง</strong><br />
************</p>
<p>1. แก้ไขไฟล์ application/config/database.php (เปลี่ยนข้อมูลฐานข้อมูล)<br />
2. แก้ไขไฟล์ application/config/config.php<br />
บรรทัดที่ 20 เปลี่ยน URL เว็บไซต์ให้ตรงกับข้อมูลของคุณเช่นเว็บ https://www.itoffside.com/ เป็นต้น<br />
3. ตั้งค่ากำหนดสิทธิ์อัพโหลดไฟล์ที่โฟล์เดอร์ session และ uploads ให้ทุกคนสามารถอัพโหลดได้ (CHMOD 777)</p>
<p>*******<br />
<strong>เงื่อนไขการใช้งาน</strong><br />
*******</p>
<p>ทุกคนมีสิทธิ์ในการแก้ไขไฟล์และใช้งานได้ พร้อมทั้งทำซ้ำแลแจกจ่ายไปยังแหล่งต่างๆได้<br />
แต่<span style="color: #ff0000;">**ห้ามนำไปจำหน่ายโดยเด็ดขาด</span></p>
<p>*********<br />
<span style="color: #0000ff;"><strong>Special Thanks</strong></span><br />
*********<br />
<span style="color: #333399;">ขอขอบคุณทุกๆท่านที่ทำให้นักพัฒนามีแรงบรรดาลใจในการพัฒนาต่อไปโดยการ บอกต่อ(Share) หรือท่านใดใจดีก็บริจาคให้กับทางผู้พัฒนาได้ทุกทาง เช่น ธนาคาร, เพลย์พาล เป็นต้น</span><br />
<span style="color: #333399;">ขอบคุณครับ</span></p>
<p>รูปภาพบางส่วนจากหน้าจอระบบ ครับ</p>
<p><img fetchpriority="high" decoding="async" class="size-full wp-image-2521" src="https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-01.jpg" alt="itoffside.com" width="652" height="438" srcset="https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-01.jpg 652w, https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-01-300x202.jpg 300w" sizes="(max-width: 652px) 100vw, 652px" /></p>
<p><a href="https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-02.jpg"><img decoding="async" class="alignnone wp-image-2522 " src="https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-02-1024x452.jpg" alt="ecdocument-02" width="836" height="369" srcset="https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-02-1024x452.jpg 1024w, https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-02-300x132.jpg 300w, https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-02.jpg 1645w" sizes="(max-width: 836px) 100vw, 836px" /></a></p>
<p><a href="https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-03.jpg"><img decoding="async" class="alignnone wp-image-2523" src="https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-03-1024x593.jpg" alt="ecdocument-03" width="836" height="484" srcset="https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-03-1024x593.jpg 1024w, https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-03-300x174.jpg 300w, https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-03.jpg 1645w" sizes="(max-width: 836px) 100vw, 836px" /></a></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2524" src="https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-04.jpg" alt="ecdocument-04" width="516" height="442" srcset="https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-04.jpg 516w, https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-04-300x257.jpg 300w" sizes="auto, (max-width: 516px) 100vw, 516px" /></p>
<p><a href="https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-05.jpg"><img loading="lazy" decoding="async" class="alignnone wp-image-2525" src="https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-05-1024x396.jpg" alt="ecdocument-05" width="822" height="318" srcset="https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-05-1024x396.jpg 1024w, https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-05-300x116.jpg 300w, https://www.itoffside.com/wp-content/uploads/2015/10/ecdocument-05.jpg 1237w" sizes="auto, (max-width: 822px) 100vw, 822px" /></a></p><p>The post <a href="https://www.itoffside.com/sourcecode-edocument-online-codeigniter-php-mysql/">แจกระบบจัดการเอกสารออนไลน์ โดยใช้ Codeigniter Framework [PHP+MySQL]</a> first appeared on <a href="https://www.itoffside.com">itOffside.com | บทความการเขียนโปรแกรม เรื่องราวข้อมูลเทคโนโลยี</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.itoffside.com/sourcecode-edocument-online-codeigniter-php-mysql/feed/</wfw:commentRss>
			<slash:comments>189</slash:comments>
		
		
			</item>
	</channel>
</rss>
