Introduction to Vim plugins developed by non-Japanese Vimmer (Japanese version)deris0126
?
This is vimconf 2015 slide. that title is "Introduction to Vim plugins developed by non-Japanese Vimmer" (Japanese version)
English version is here(http://www.slideshare.net/deris0126/vimconf2015-en)
Agavi update-2011 at PHP Conference Japan 2011Koichi Tanaka
?
This document discusses the Agavi PHP framework. It provides an overview of its MVC architecture and components like routing, models, views, and ORM integration. It also mentions features like input filtering, internationalization support, and compatibility with technologies like Doctrine, Twig, SQL Server, and Zend components. The document promotes Agavi and provides contact details for its lead developer David Zuelke.
The document discusses Rails model validations which ensure only valid objects are persisted to the database. It describes different validation methods like presence, length, numericality, and uniqueness that can be applied to model attributes. These validations are triggered during create, save, update, and update_attributes and allow specifying validation criteria like minimum or maximum length, numeric comparisons, and unique values within a scoped context.
Agavi update-2011 at PHP Conference Japan 2011Koichi Tanaka
?
This document discusses the Agavi PHP framework. It provides an overview of its MVC architecture and components like routing, models, views, and ORM integration. It also mentions features like input filtering, internationalization support, and compatibility with technologies like Doctrine, Twig, SQL Server, and Zend components. The document promotes Agavi and provides contact details for its lead developer David Zuelke.
The document discusses Rails model validations which ensure only valid objects are persisted to the database. It describes different validation methods like presence, length, numericality, and uniqueness that can be applied to model attributes. These validations are triggered during create, save, update, and update_attributes and allow specifying validation criteria like minimum or maximum length, numeric comparisons, and unique values within a scoped context.