2017 © Pedro Pelรกez
 

library dap_emot

Simple class to determine the output emoticon

image

dionarya6661/dap_emot

Simple class to determine the output emoticon

  • Sunday, December 24, 2017
  • by dionarya6661
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Dap_emot PHP Library Emoticons

capture-20161229-211321.png
Sebuah Library Php Untuk mengeluarkan sistem emoticon terdapat 25 emoticon, masih dalam tahap beta (uji coba) Terinspirasi dari Parsedown PHP,
Create By : Dion Arya Pamungkas
http://dionarya6661.github.io
@DionArya_P on twitter
, (*1)

Cara Memakai

Silahkan Letakan Dap_emot.php di folder yang dibutuhkan lalu :, (*2)

$Dap_emot = new Dap_emot();
echo $Dap_emot->emot('Tulisan Terdapat Emoticons :D :( :)');
Ouput -> Tulisan Terdapat Emoticons ๐Ÿ˜ƒ ๐Ÿ˜Ÿ ๐Ÿ™‚

Menjadikan sebagai library Codeigneter

Dap_emot juga bisa dijadikan sebagai library framework php codeigneterbr/ Caranya: br/ * Pertama silahkan download terlebih dahulu dap_emot.php * Kedua taruh dalam folder application/library * Dan yang terakhir panggil library tersebut kedalam sebuah controller, (*3)

<?php
defined('BASEPATH') OR exit('No direct script access allowed');

class Welcome extends CI_Controller {

    public function __construct(){
        parent::__construct();
        $this->load->library('dap_emot');
    }

//Untuk Output
echo $this->dap_emot->emot('Tulisan Terdapat Emoticons :D :( :)');

//atau
$text     = 'Tulisan Terdapat Emoticons :D :( :)';
$textBaru = $this->dap_emot->emot($text);
echo $textBaru;
Ouput -> Tulisan Terdapat Emoticons ๐Ÿ˜ƒ ๐Ÿ˜Ÿ ๐Ÿ™‚

Kelebihan

  • Emoticon berbentuk gambar langsung tanpa tag html <img
  • Cepat
  • Mudah Digunakan
  • Bisa dikombinasikan langsung dengan Parsedown

Library Kode Emotikon Terdapat 25 Emoticons

, (*4)

, (*5)

, (*6)

, (*7)

, (*8)

, (*9)

, (*10)

, (*11)

, (*12)

, (*13)

, (*14)

, (*15)

, (*16)

, (*17)

, (*18)

, (*19)

, (*20)

, (*21)

, (*22)

, (*23)

, (*24)

, (*25)

, (*26)

, (*27)

, (*28)

, (*29)

, (*30)

, (*31)

, (*32)

, (*33)

, (*34)

, (*35)

, (*36)

, (*37)

, (*38)

, (*39)

, (*40)

, (*41)

, (*42)

, (*43)

, (*44)

, (*45)

, (*46)

, (*47)

, (*48)

, (*49)

, (*50)

, (*51)

, (*52)

, (*53)

, (*54)

, (*55)

, (*56)

, (*57)

, (*58)

, (*59)

, (*60)

, (*61)

, (*62)

, (*63)

, (*64)

, (*65)

, (*66)

, (*67)

, (*68)

, (*69)

, (*70)

, (*71)

, (*72)

, (*73)

, (*74)

, (*75)

, (*76)

, (*77)

, (*78)

, (*79)

, (*80)

, (*81)

, (*82)

, (*83)

, (*84)

, (*85)

, (*86)

, (*87)

, (*88)

, (*89)

, (*90)

, (*91)

, (*92)

, (*93)

, (*94)

, (*95)

, (*96)

, (*97)

, (*98)

, (*99)

, (*100)

, (*101)

, (*102)

, (*103)

, (*104)

, (*105)

, (*106)

, (*107)

, (*108)

, (*109)

, (*110)

, (*111)

, (*112)

, (*113)

, (*114)

, (*115)

, (*116)

, (*117)

, (*118)

, (*119)

, (*120)

, (*121)

, (*122)

, (*123)

, (*124)

, (*125)

, (*126)

, (*127)

, (*128)

, (*129)

, (*130)

, (*131)

, (*132)

, (*133)

, (*134)

, (*135)

, (*136)

, (*137)

Kode Nama Hasil
:) happy ๐Ÿ™‚
:( sad ๐Ÿ˜Ÿ
:P tongue ๐Ÿ˜›
:D grin ๐Ÿ˜ƒ
:O wink ๐Ÿ˜ฎ
;) kedip mata ๐Ÿ˜œ
B) glasses ๐Ÿ‘“
B| subglasses ๐Ÿ˜Ž
>:( grumpy ๐Ÿ˜ก
:/ unsure ๐Ÿ˜
:'( cry ๐Ÿ˜ข
#:) devil ๐Ÿ˜ˆ
O:) angel ๐Ÿ˜‡
:* kiss ๐Ÿ˜˜
<3 heart ๐Ÿ’“
^_^ kiki ๐Ÿ˜Š
-_- squint ๐Ÿ˜‘
o.O confused ๐Ÿ˜•
>:O upset ๐Ÿ˜ฃ
:v yimyam
:3 curly lips ๐Ÿ‘„
:|] robot ๐Ÿ‘พ
(y) like ๐Ÿ‘
:tai poop ๐Ÿ’ฉ
(;) dislike ๐Ÿ‘Ž

The Versions

24/12 2017

dev-master

9999999-dev

Simple class to determine the output emoticon

  Sources   Download

by Dion Arya Pamungkas