Scripts posted recently tagged to tutorial in Kelpi

1- 10 of 19.

Emoticon Component - cakePHP

to cakePHP emoticon tutorial component by blacque

<?php
// this is the content of emoticon.php
class EmoticonComponent {
  function convert($text) {
    $pattern	= array('/:\)/','/;\)/','/:D/i','/:P/i','/:\(\(/','/:\(/');

Emoticon View - cakePHP

to cakePHP emoticon tutorial view by blacque

<?php 
// this is the content of view.thtml
echo $post
?>

Emoticon Controller - cakePHP

to cakePHP emoticon tutorial controller by blacque

<?php
// this is the content of posts_controller.php
class PostsController extends AppController {
  var $name	= 'Posts';
  var $uses	= array('Post');

Pengenalan Tabel 1 - source 8

to tutorial table by blacque

<table cellpadding="1" cellspacing="1">
<tr>
  <td>Baris 1 Kolom 1</td>
  <td>Baris 1 Kolom 2</td>
</tr>

Pengenalan Tabel 1 - source 7

to tutorial table by blacque

<table>
<tr>
  <td>
	<table>
	  <tr>

Pengenalan Tabel 1 - source 6

to tutorial table by blacque

<table>
<tr>
  <td>Baris 1 Kolom 1</td>
  <td rowspan="2">Kolom 2 dari baris 1 & 2 yang digabung</td>
</tr>

Pengenalan Tabel 1 - source 5

to tutorial table by blacque

<table>
<tr>
  <td>Baris 1 Kolom 1</td>
  <td>Baris 1 Kolom 2</td>
  <td>Baris 1 Kolom 3</td>

Pengenalan Tabel 1 - source 4

to tutorial table by blacque

<table>
<tr>
  <td>Baris 1 Kolom 1</td>
  <td>Baris 1 Kolom 2</td>
  <td>Baris 1 Kolom 3</td>

Pengenalan Tabel 1 - source 3

to tutorial table by blacque

<table>
<tr>
  <td>Baris 1 Kolom 1</td>
  <td>Baris 1 Kolom 2</td>
</tr>

Pengenalan Tabel 1 - source 2

to tutorial table by blacque

<table>
  <tr>
    <td>Baris 1 Kolom 1</td>
    <td>Baris 1 Kolom 2</td>
  </tr>
hits counter