Exemplo n.º 1
0
 public function beforeSave()
 {
     if (!$this->id) {
         $msg = Yii::app()->user->name . '
     commented on ' . $this->movie->get('name') . '
     "' . $this->comment . '"';
         TwitterPost::send($msg);
     }
     return parent::beforeSave();
 }
Exemplo n.º 2
0
<?php

require_once 'TwitterPost.php';
$tweet = new TwitterPost();
$tweet->send();