Skip to content
This repository has been archived by the owner on Jun 6, 2019. It is now read-only.

error in manual #1

Open
webrefer opened this issue Jul 21, 2014 · 0 comments
Open

error in manual #1

webrefer opened this issue Jul 21, 2014 · 0 comments

Comments

@webrefer
Copy link

hi
in page of: http://www.simphple.com/en/manual/page-syntax.variables.double-variable
Code of:double_variable.php is
$fruits = array( 'name' => 'Banana', 'color' => 'Yellow',
'name' => 'Apple', 'color' => 'Red'
'name' => 'Pear', 'color' => 'Green'
);
is in correct and Code must be:
$fruits = array( array( 'name' => 'Banana', 'color' => 'Yellow'),
array( 'name' => 'Apple', 'color' => 'Red'),
array( 'name' => 'Pear', 'color' => 'Green')
);
My Thanks To You

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant