-
Coming from Codeigniter I started using FuelPHP couple of days ago; so bare with me if I did something obviously wrong ;)
I created a controller `base` that `extends \Controller_Rest` and added three…
-
Maybe activity-module have a library? Libraries in CodeIgniter are in use for other controllers to do some things with a model.
E.g, every module nowdays uses the activity-model to log an activity, …
-
http://net.tutsplus.com/tutorials/php/an-introduction-to-views-templating-in-codeigniter/
-
My understanding of the new licenses is that the core of CodeIgniter is going to be licensed under the Open Software License, which is a copyleft license, while files comprising a users application ar…
-
Looks like the .gitignore file lists application/config/config.php and database.php
Makes sense, but can we put up template files that give some clue to what they should look like?
-
Like this
{if 3 == 5}
never gonna happen
{elseif 3 == 3}
if you don't see this, the world is coming to its end
{else}
this will never happen, unless, as previously mentionned, the world is com…
-
I get the error `Widget 'hero_widget' was not found.` when trying to run the demo. I have put the widgets folder inside the application folder, and set up everything else as described. Any ideas?
See…
-
_Original author: ukarr...@gmail.com (July 27, 2011 15:49:07)_
What steps will reproduce the problem?
1. Generate a img-tag with a png image
2. Put it into your HTML-Code for your PDF (img-tag nested…
PhenX updated
11 years ago
-
Hello,
I have the plugin working perfectly using codeigniter. I am now trying to use the plugin as part of a dynamically generated page, made up of several views.
To do this my controller contains …
-
Dear Agendav Authors,
thanks for all your work thus far, I really appreciate the great effort that went into this.
Sorry to bother you, but at the moment I am experiencing an issue, with which I hop…