Welcome Guest, Not a member yet? Register   Sign In
Image CRUD
#3

Fatal error: Cannot redeclare class image_CRUD in C:\Program Files (x86)\EasyPHP-Devserver-16.1\eds-www\CompanyProfileCI\application\config\image_crud.php on line 22
A PHP Error was encountered
Severity: Compile Error
Message: Cannot redeclare class image_CRUD
Filename: config/image_crud.php
Line Number: 22
Backtrace:


Line 22:

config/image_crud.php


PHP Code:
class image_CRUD {

    protected $table_name null;
    protected $priority_field null;
    protected $url_field 'url';
    protected $title_field null;
    protected $relation_field null;
    protected $subject 'Record';
    protected $image_path '';
    protected $primary_key 'id';
    protected $ci null;
    protected $thumbnail_prefix 'thumb__';
    protected $views_as_string '';
    protected $css_files = array();
    protected $js_files = array(); 


How to fix the error?  and how to fix the config file?  Can I just copy paste or can I just recreate the new one?
" If I looks more intelligence please increase my reputation."
Reply


Messages In This Thread
Image CRUD - by davy_yg - 05-23-2016, 03:26 AM
RE: Image CRUD - by Avenirer - 05-23-2016, 05:13 AM
RE: Image CRUD - by davy_yg - 05-24-2016, 02:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB