Open Source RDBMS - Seamless, Scalable, Stable and Free

한국어 | Login |Register

Documents tagged with ""

Your Query returned 44 results

  • DLL Load Failed
    A common problem encountered when configuring drivers is the "Dll Load Failed" error. This error can occur when cascci.dll file is not found or when the file found is not the correct 32 bit or 64 bit version that we are expecting. For example, "ImportError: DLL ...
    http://www.cubrid.org/wiki_tutorials/entry/dll-load-failed
  • CUBRID PDO Driver
    Official CUBRID PDO Driver is available as a PECL package. It implements the PHP Data Objects (PDO) interface to enable access from PDO to CUBRID. Download Installation Instructions Latest News, Guides and Tutorials PHP specific Questions and Answers Release N...
    http://www.cubrid.org/wiki_apis/entry/pdo_cubrid
  • RedBeanPHP - Easy ORM for PHP
    RedBeanPHP is an easy-to-use Object Relational Mapping (ORM) for PHP which allows developers to forget about database structure and instead focus on app development. The tool will automatically create tables, columns, indexes, and even foreign keys. ReadBeanPHP supports CUBRID...
    http://www.cubrid.org/wiki_apps/entry/redbeanphp-easy-orm-for-php
  • How to Get PHP Version
    If you don't know yet how you can obtain the PHP version, we will guide now by presenting a couple of approaches. Method #1. Obtain the values from "php -info". If you have grep installed, you can simply run: php -info | grep "PHP Version" php -info | grep "Architec...
    http://www.cubrid.org/wiki_tutorials/entry/how-to-get-php-version