Simple Search Using Zend_Search_Lucene Published by oplabo on 2009 年 1 月 15 日2009 年 1 月 14 日 This article illustrates a simple implementation of search process using Zend_Search_Lucene. Read More
Implementing Access Control using Zend_Acl(DB version) Published by oplabo on 2008 年 5 月 10 日2008 年 5 月 9 日 This article shows code of access control using Zend_Acl especially with DB. Read More
Implementing Access Control using Zend_Acl Published by oplabo on 2008 年 5 月 9 日2008 年 5 月 9 日 This article shows an implementation of Access Control using Zend_Acl. Read More
Implementing Add/Update/Delete/View Screens using Zend_Gdata_Spreadsheets Published by oplabo on 2008 年 5 月 8 日2008 年 5 月 7 日 This article shows code that uses google spreadsheet CRUD controller created in previous article. Read More
Creating Add/Update/Delete/View Controller using Zend_Gdata_Spreadsheets Published by oplabo on 2008 年 5 月 7 日2008 年 5 月 6 日 This article shows code of CRUD controller that uses google spreadsheet as data source. Read More
Displaying Google Spreadsheet using Zend_Gdata_Spreadsheet Published by oplabo on 2008 年 5 月 3 日2008 年 5 月 3 日 This article shows code to display google spreadsheet that was created in the previous article using Zend_Gdata_Spreadsheet. Read More
Creating Google Document using Zend_Gdata_Docs Published by oplabo on 2008 年 5 月 2 日2008 年 5 月 2 日 This article shows code to upload a csv file and create a google document using Zend_Gdata_Docs. Read More
Accessing Google Calendar using Zend_Gdata_AuthSub Published by oplabo on 2008 年 5 月 1 日2008 年 5 月 2 日 This article shows code that access your google calendar using Zend_Gdata_AuthSub and Zend_Gdata_Calendar. Please see Programmer’s Reference Guide(16.2) for more detail information. Read More
Using Dojo Widget with Zend_Form Published by oplabo on 2008 年 4 月 30 日2008 年 5 月 2 日 This article shows usage of Dojo widgets(dijit) with Zend Form. Using dijit, it is possible to input date with calendar etc. Read More
Ajax Auto Completion with Zend_Form Published by oplabo on 2008 年 4 月 29 日2008 年 5 月 2 日 This article shows ajax auto completion with Zend_Form. Read More