Luke Steadman

Results 12 comments of Luke Steadman

I've achieved this by overriding the get() function within the model. public function get($primary_value) { $row = parent::get($primary_value); foreach($row as $k => $v) { $this->{$k} = $v; } return $row...

Resolved. https://github.com/jamierumbelow/codeigniter-base-model/issues/61

Awesome, thanks @iann0036 appreciate the super speedy reply as well. >A small warning that the UI has changed recently, so I can't guarantee how much will work as intended. Feel...

Thanks @Ferdaszewski - I'll test that solution some time this week.

Adding `{{$id}}` to my ruleset doesn't seem to work. I've overridden the model to achieve this within a `BaseModel` class. ``` /** * Pre-process the rules by replacing instances of...

@leguerk can you provide the listing output of your directory, run the following and paste the contents: ``` ls -lah /www/htdocs/hereismywebsiteurl/site/plugins/ ``` I suspect a directory is missing from your...

Hi @luxlogica Sure thing. There are plans to add `composer` support. Thanks for the feedback.

Hi @francisceril Thanks for reporting. Any chance you could provide more information on the error, or a stacktrace, please :smile:

Sounds like a configuration issue. Can you confirm these have been setup correctly? Happy to debug if you provide config details.

Just checked on my iPhone and the template renders as expected, so this will most likely be a Linux/Ubuntu issue :smile: