Giter Club home page Giter Club logo

codeigniter4-crud-library-tutorial-files's People

Contributors

alexlancer avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

codeigniter4-crud-library-tutorial-files's Issues

Help?? :D

Hi Alex, I need to store this project in an 'admin' folder. How can I do this to access via 'http://localhost:8080/admin' for example ?? I filled in the $base='admin' variable in the 'crud_core.php' file and the controllers too, but it didn't work. Can u help me?

Part 5 Error.... Need your help please

Undefined variable: affected

APPPATH/Libraries/Crud_core.php at line 398

391 $insertedFilesAffectedRows = false;
392 if ($filesData) {
393 foreach ($filesData as $fileDataKey => $fileDataOptions) {
394 $insertedFilesAffectedRows = $this->filesHandler($fileDataKey, $fileDataOptions);
395 }
396 }
397
398 if ($insertedFilesAffectedRows || $affected || $toDelete || $toInsert)
399 $this->flash('success', 'Successfully Updated');
400 else
401 $this->flash('warning', 'The record was not updated or no changes were made');
402
403 return ['redirect' => $this->base . '/' . $this->table . '/edit/' . $this->id];
404 } else {

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.