Revision #4 has been created by CeBe on Apr 14, 2014, 5:42:31 AM with the memo:
changed yii version
« previous (#3) next (#5) »
Changes
Title
unchanged
Automatically get the SVN Revision Number of your Project
Category
unchanged
Tutorials
Yii version
unchanged
Tags
unchanged
svn, revision, project versioning
Content
unchanged
[...]
```php
$svnrev = new GetChangedRevision();
echo "Revision: ".$svnrev->getRevision();
```
That's it. Hopefully this will be helpful to you guys.