Skip to content

Instantly share code, notes, and snippets.

@steppefox
Created November 20, 2013 09:00
Show Gist options
  • Save steppefox/7559991 to your computer and use it in GitHub Desktop.
Save steppefox/7559991 to your computer and use it in GitHub Desktop.
YII good style (which saves your time in the future)

*** Models ***

**** Models which have own show pages ****

  1. Create 'getUrl()' method, which return to you link on the show page of this model
  2. Always create 'created_at', 'updated_at', 'publicated_at' fields
  3. Dont use json_encode in beforeValidate method of your Model. It can creates strange errors in nowhere. Use json_encode only in admin controller
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment