<?php
echo Things\Thing::make('Person')
->addProperty('name', 'john doe', 'p')
->addProperty('description', 'sample', 'p')
->addProperty('image', 'john.jpg', 'p')
->addProperty('url', 'http://john.com', 'p')
->addSchemaProperty('additionalName', 'jonnie', 'p')
->addSchemaProperty('email', 'john@john.com', 'p')
->get();
?>
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.