Skip to content
woru edited this page Apr 10, 2014 · 46 revisions

###Tutorials:

###Documentation:

Form builders:

  • FormHelper - view helper methods for generating form markup
  • ModelFormBuilder - view helper methods for generating form markup for model objects

Utilities:

  • Arrays - Helper functions for arrays.
  • FluentArray - interface for manipulating arrays in a chained fashion.
  • Strings - Helper functions for strings.
  • Objects- Helper functions that can operate on any php object.
  • Functions - Static utility methods returning closures that can be used with Arrays and FluentArray.
  • Cache - general-purpose cache
  • Session - HTTP session handling

Functional programming with ouzo

Tools:

  • Model Generator - console tool for creating Model classes for existing tables.

###Phpstorm plugins:

You can use https://github.com/pbyrne84/DynamicReturnTypePlugin and copy dynamicReturnTypeMeta.json to your project root.

Clone this wiki locally