Jump to content

maxlibin

Members
  • Posts

    3
  • Joined

  • Last visited

maxlibin's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. i have a string like this "20 Dec, 2011", is there a way find out which day of the week is this?
  2. Hi guys, I am new to php oop, I am trying get an object of sibling method inside a class, seems not working. here is how i do it. class Upload extends Base_controller{ private function sql () { $get = Upload::all(); } public function get_index() { dd($this->sql()->get); } }
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.