Cphalcon2.0.11 and php c extension Cphalcon 2.0.11 are released. Cphalcon is an open-source Web framework. as a php c extension, it provides higher performance and lower resource consumption.
Update content
-
Fix Model magic set functionality to maintain variable visibility and utilize setter methods. #11286
-
Added a prepareSaveevent to model saving
-
Added support for OnUpdate and OnDelete foreign key events to the MySQL adapter
-
Added ability to setLogLevel on multiple logs #10429
-
Fixed regression changes for Phalcon \ Translate \ Adapter \ Gettext: prepareOptions #11429
-
Fixed Phalcon \ Mvc \ View \ Engine \ Volt: callMacrobug. Now it's correctly calling call_user_func_arrayinstead of call_user_func
-
Fixed undefined method call Phalcon \ Mvc \ Collection \ Manager: getConnectionService. Now Phalcon \ Mvc \ Collection: getConnectionServiceworks correctly in according to documentation