This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
Ember Data: Dependent Relationships | |
This package extends Ember Data to support creating relationships | |
where a model's dirty state depends not only on its own attributes | |
but on the dirty state of models in dependent relationships as well. | |
```javascript | |
App.Thing = DS.Model.extend({ | |
name : DS.attr('string'), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* | |
Plugin Name: Flickr Feed Gallery | |
Plugin URI: http://www.jaysonjc.com/projects/wordpress-plugins/flickr-feed-gallery | |
Description: Enables easy integration of Flickr photo feed to a WordPress blog. Configure feed parameters from settings page. Use <code><?php show_flickr_feed_gallery();?></code> in your theme or add plugin as a Widget. | |
Version: 1.1 | |
Author: Jayson Joseph Chacko | |
Author URI: http://www.jaysonjc.com | |
*/ | |
class Flickr_Feed_Gallery { |