Powered by XP-Dev.com - Agile Software Development Tools | You are currently not logged in. Login Now | Don't have a XP-Dev.com account ? Create one for FREE

Blitter

Class for specific communication beetwen Twitter / Blip and LastFM serivces.

Remove these advertisements by upgrading your account for only $5/month

View View this file contents History View the full history

Diff Revisions 2 vs 4 for /trunk/blitter/class.blitter.php

Diff revisions: vs.

2 4   <- Revisions
       
      Diff lines for:
 Rev 2 : Lines 61 -> 74
 Rev 4 : Lines 61 -> 68
61 61
62 62 public function post()
63 63 {
64 - switch($this -> service)
65 - {
66 - case 'Blip': $this -> postBlip();
67 - break;
68 -
69 - case 'Twitter': $this -> postTwitter();
70 - break;
71 - }
64 + $this -> service = 'post'.$this -> service;
65 + $this -> service();
72 66 }
73 67
74 68 /**
       

Remove these advertisements by upgrading your account for only $5/month

Rss Commits for Blitter:/trunk/blitter/class.blitter.php