I want to understand how Configure :: write ('Config.language', 'fre'), do I need to call this function in the beforFilter () method? when I call it, does it save the configuration in the session or does not save at all?
Configuring :: write () is really easy for configuring CakePHP configuration directives. You do not want to use it to record a session (in fact, it just does not work). Most likely, you bark the wrong tree if you try to use it. If it keeps state between the requests you want, check the session component at http://book.cakephp.org/view/173/Sessions
:: write() . , - , Configure:: write().
Configure:: read(), .
:)
Source: https://habr.com/ru/post/1727295/More articles:SqlMetal does not create views, functions or stored procedures - sql-server-expressMatlab Unused input notation data - operatorsNo ANTLR3 node for NHibernate - nhibernateC #: abstract base strategy class used as a Factory object for strategy objects - c #Defining various frameworks using MSBuild gives dependency problems - msbuildUse both Class Table and Single Table inheritance in Castle Activerecord? - class-table-inheritanceCan I make an alternative trunk branch in fossil - branchPerform one-way wcf service from powershell - .netIs it possible to encrypt in a different order than decryption? - encryptionextract content attribute content in website meta tag with given value of name attribute with nokogiri in ruby? - ruby ββ| fooobar.comAll Articles