raw99 Approved

Member since: 2014-11-07

Recent posts by raw99
Post When

Cpt.Meatball said:

So you need to edit the .htm file with outside of the CMS? It can just be me, bu...

Posted in Other navbar if on different page via default.htm?

Cpt.Meatball said:

Yeah. Boo-Hoo. That's what I don't get. :P Where do you fill the Viewbag?

Read ...

Posted in Other navbar if on different page via default.htm?

hmm, maybe you should read this - http://octobercms.com/docs/cms/components#viewbag-component

Posted in Other navbar if on different page via default.htm?

webmaster said:

Thanks raw,

it because some times I received error of table exist when used plugin:...

Posted in Problem on creating relation and foreign keys

Try to replace: $table->integer('short_plot_id')->length(10)->unsigned(); $table->integer('full_plot...

Posted in Problem on creating relation and foreign keys

billy8046 said:

Thanks for your response. I attempted to do it as you suggested, but I couldn't ge...

Posted in Filtering a Database Query

$this->schoolList = DB::where('districts', '=', 'some district')->get();

foreach ($this->schoolList ...

Posted in Filtering a Database Query

$this->some_array['something'] = ['some_key' => 'some data'];

Posted in Pushing values into an associative array in code page

Cpt.Meatball said:

You, my sir, are a hero! Thought I understood the models/controller but it appea...

Posted in filtering and 'dependsOn' value in controller

Cpt.Meatball said:

Hahah, nope also doesn't work. All my models have this set up (don't know why th...

Posted in filtering and 'dependsOn' value in controller