I like pie and for parsing rss feeds simplepie, is particularly yummy.
Last week, I had to incorporate a newsfeed into a client site and had to think about things such as caching and parsing. Also the site is built upon CodeIgniter, an open source PHP MVC framework, and is a new project we’ve recently taken [...]
So I don’t forget, cck::content.module
/**
* Return a list of all fields.
*
* @param $field_name
* If set, return information on just this field.
* @param $content_type_name
* If set, return information of the field within the context of this content
* type.
*/
function content_fields($field_name = NULL, $content_type_name [...]
I keep forgetting how to do this so writing this down so I can refer to it later
I want .html to have the .php syntax highlighting as some we get .html to parse as .php. By default Eclipse doesn’t do this which is a right pain.
Go to Window > Preferences
In Preferences, go to General > [...]