-
Hi.
I didn't t find the place to manage the shortcuts.
I want to add and change some others, as I do in eclipse + zen coding.
It's possible?
-
i used template library with HMVC but in template library at line 625 you have used get_var which is missing in loader
```
if ($this->_ci->load->get_var('template_views'))
{
retu…
-
Allow array for where method in Cibonfire's CRUD so more than one where condition could be added.
Now I have to use:
$this->db->where(array('news_type' => $sType, 'languages_id' =>…
-
In core_modules/roles/controllers/settings.php on line 354:
`Template::set('matrix_roles', $this->role_permission_model->select('role_id, role_name')
->find_all_roles());`
it should be
`Template::se…
-
I am using the master branch with PHP 5.3.5 but also shows in 5.2.17
I accidentally type "end block" instead of "endblock" throwing a syntax error but it did not include the line number in the templa…
-
in line 49 should be
$data = array_merge($data, $this->CI->load->_ci_cached_vars);
instead of
$data = array_merge($data, $this->load->_ci_cached_vars);
-
Hi there,
After playing a little more with this wonderful uploader I ran into another problem. I adapted the given example to work in my CodeIgniter installation. When uploading the correct size is s…
-
Hi, I've installed and its supposed to work out of the box right? well I've tried with the test controller and loads nothing but a blank page :/ not even debug info about what could be wrong, It seems…
nakp updated
13 years ago
-
hi , im using the last version of pyrocms but when i send a message it isn't in my mail box !!!
-
Let's see if it's possible to create a generic solution for the Profiler that will allow for updates returned via AJAX.