Welcome Guest, Not a member yet? Register   Sign In
Deprecation Error with Wiredesign's HMVC extension on PHP 7.2
#11

@gusti

If you want answers from private forum messages you need to change your forum profile
to allow private messages otherwise we cannot reply to your message.

Both of the above methods work to fix the problem.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply
#12

(This post was last modified: 02-09-2018, 11:17 AM by jatrocades.)

Hello my friends follows down the solution.


PHP Code:
(is_array($module)) ? list($module$params) = array(key($module), current($module)) : $params NULL


Best regards,
João Antonio Trocades
Reply
#13

(This post was last modified: 02-09-2018, 10:53 AM by InsiteFX. Edit Reason: Fixed Errors )

Your missing the opening parentheses ( and the semi-colon ;


PHP Code:
(is_array($module)) ? list($module$params) = array(key($module), current($module)) : $params NULL
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply




Theme © iAndrew 2016 - Forum software by © MyBB