Benny Leonard Enrico Panggabean

Results 3 comments of Benny Leonard Enrico Panggabean

Do you have a working example using gorm ? i tried to combine example using buntDB and example in mysql but i've always get message Response Error: unsupported_grant_type

i test it with this simple code: if(App::import('Vendor', 'phpthumb', array('file' => 'phpThumb' . DS . 'phpthumb.class.php'))==false){ pr('error when loading phpthumb'); exit; } i don't know if this is cakephp 1.3.11...

add this to your model #[graphql(name = "GenericLiterateCategory")] ```rust #[derive(Clone, Debug, PartialEq, DeriveEntityModel, Eq, Serialize, Deserialize, SimpleObject)] #[sea_orm(schema_name = "public", table_name = "posts")] #[graphql(name = "Post")] //