Skip to content

Instantly share code, notes, and snippets.

@ariews
Created March 13, 2013 16:30
Show Gist options
  • Select an option

  • Save ariews/5153827 to your computer and use it in GitHub Desktop.

Select an option

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