Scripts posted recently tagged to emoticon in Kelpi

1- 3 of 3.

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');
hits counter