home
to by blacque
<?php
// this is the content of emoticon.php
class EmoticonComponent {
function convert($text) {
$pattern = array('/:\)/','/;\)/','/:D/i','/:P/i','/:\(\(/','/:\(/');to by blacque
<?php
// this is the content of posts_controller.php
class PostsController extends AppController {
var $name = 'Posts';
var $uses = array('Post');