CakePHP 1.2 beta

    A year passed, as version 1.2 was announced and here it is - finally crossed the alpha line and went into beta. According to the developers, the current release is the best of all the previous ones. In the development process, a balance has always been found between convenience and extensibility.

    So, according to the developers, features of 1.2 beta:
    • Added reverse routing for url arrays in the parseExtensions
      router for processing different data types,
      mapResources for REST processing
      Named arguments “name: value”.
      Forms have become even easier to process and can contain and process more complex data types.
      It has become safer by preventing CSRF and HTTP authentication.
      EmailComponent is now like a real email client. You can send them
      letters as you want - through layout, by a simple call, attach applications
      and choose the html format.
      CookieComponent for more secure data storage on the client side.
      The new “with” key in models allows you to dynamically define join for tables.
      Validation got better by introducing standard validation templates.
      Cache provides an interface to memcache, xcache, apc, file system or database.
      The Configure class allows you to dynamically change the settings of a web application, the App class to manage the import of classes
      Console - a miniframe for creating console applications.


      The work on the version 1.2 manual continues. Tempdocs.cakephp.org cakephp.org
      updated CakeFest
      will be held in February, where for just 199 cu you will be able to participate in a 3-day discussion of CakePHP in Florida =) www.cakefest.org
      And in May news about version 2.0 are already promised;)

      Changelog
      Download CakePHP 1.2.0.6311-beta

    Also popular now: