Re: [fw-general] Zend_Db_Mapper Proposal - Ready for Review

2009-01-27 Thread Ken Chau
Do you have any source code laying around anywhere for us to look at? I had some aspirations to write an ActiveRecord component, but my recent experience with models (well, and PHP's lack of late static binding support) has led me searching for other model components. I would love to replace

[fw-general] Gdata API and SpreadsheetKey

2008-05-05 Thread Ken Chau
Am I safe to assume that from now on we have to hardcode in the 5th element after a / delimited split to get spreadsheet keys? This is straight from the demo Gdata Spreadsheet app: $currKey = split('/', $feed-entries[$input]-id-text); $this-currKey = $currKey[5]; $query = new