Giter VIP home page Giter VIP logo

simpleseblodapi's People

Contributors

kolydart avatar viktoriwan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

simpleseblodapi's Issues

is possible send quickstart working?

hi Viktor once again congratulations for the effort you have to help the next , so people really deserve our respect . Is it possible you send a quickstart with this plugin working ? if you prefer you can send to my personal email: [email protected] . I'm really racking their brains to put this plugin to work ! I am very willing to make a video of this plugin for any SEBLOD and Joomla community. Giving credit to you as we always do .

put as the tutorial but gave error

hello viktor parabens the initiative again if you can help me to solve'll be happy, I have a problem with this plugin:

So far did the following:
Content Type: article
only a customizable field: test
created within "\ templates \ seb_one \ positions \ article \ content \ mainbody.php" the following code:

<?php 
// Previnir acesso direto ao arquivo
defined( '_JEXEC' ) or die;


$content =   new simpleSeblodAPI(array('joomla_article'));
$status     =   $content->create(
                 'article',
                 array(
                     'title'=>"Jaya P",
                     'catid'=>10,
                     'state'=>1,
                     'language'=>'*',
                     'publish_up'=>JFactory::getDate()->toSql(),
                     'created_by'=> 943
                 ),
                 array(
                    'teste'=>"Manager"
                 )
             );
?>

However when I run unfortunately returns me the following error:

Fatal error: Call to undefined method simpleSeblodAPI::_getProperties() in D:\xampp\htdocs\seblod\plugins\system\dxseblodapi\dxseblodapi.php on line 81

If you puderme help, help me very much in my project. Thanks in time.

Ps. if you can make the running at the same file already help me a lot.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.