-
yes, onegun, you are right, here is CI documentation about input class - https://ellislab.com/codeigniter/user-guide/libraries/input.html.
-
i am not really sure of YAML routing thing, but from the document here https://developers.google.com/appengine/docs/php/gettingstarted/uploading
-
For the client side, you can do a normal CI controller and use something like form_builder. Here is an example from an older version of FUEL:
-
-
To upload an image from your levels model, you'll need to add those file upload fields in your levels_model::form_fields method like so:
-
Are you wanting to upload XML files and associate them with each article or just have a place to upload XML files in general without necessarily relating them to an article? Regarding the cron jobs, …
-
What is the point in setting a limit then? I still can't get it to work. It seems to be outputting all fuel data. No blog post data to be found in the array. https://www.dropbox.com/s/p9xhsvpmyzi8m4o…
-
I've downloaded and installed the blog module from here: https://github.com/daylightstudio/FUEL-CMS-Blog-Module
-
There isn't anything setup with the site_url function to automatically change the base_url like that. However, you could create your own function that does this maybe something like this:
-
-
there is another problem:
-
We have a site that will be going live soon that has an area for members and signup that is secure, and hosted elsewhere. It will live at https://secure.prontocycleshare.com whereas the rest of the s…
-
The multiple image upload for the "asset" field type not adding a comma is a bug that I just pushed a fix for in the develop branch on FUEL:
-
I would recommend creating an advanced module to hold all the models, views controllers, etc needed to run Crud. You can think of an advanced module as another "application" directory:
-
You run that command in the command line and must be at root of your fuel installation where your index.php file resides. There is no folder for fuel/installer/install because it is using a CodeIgnit…
-
hi sorry to add comments in this post. php index.php fuel/installer/install search how to do this command, i dont see installer folder under fuel but install folder only. I also went to repository he…
-
This seems to be a bug in the Fuel_assets library. I've pushed an update in the develop branch which will contain the next version updates for you to test out:
-
I see. That's a regression bug caused by a fix for an issue where saving with the same location value would overwrite an existing value (https://github.com/daylightstudio/FUEL-CMS/commit/a63993d611ba…
-
Changing fields in a table can potentially cause upgrade issues. However, you could use migrations to help with any schema changes. I'd also recommend using GIT to merge in changes from the GitHub re…
-