Skip to content

Instantly share code, notes, and snippets.

@ariews
Created March 13, 2013 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ariews/5153827 to your computer and use it in GitHub Desktop.
Save ariews/5153827 to your computer and use it in GitHub Desktop.
<?php
$category = Jelly::factory('category');
$category->name = 'Contoh kategori ke-2';
$category->save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment