Author Topic: [Fork you, SMF!] The birth of Wedge.  (Read 451735 times)

0 Members and 3 Guests are viewing this topic.

Offline CJ Jackson

  • Cynois
  • ***
  • Posts: 16
  • Gender: Male
    • View Profile
    • CJ Jackson
CJ, are you working on a forum system yourself? (Saw that on your blog...)
If that your way of putting it, then yes I am working on a tag-based bulletin board system exclusively for rockforums.tk, so far so good I already got the shortcode api implemented into the model.

Have you ever used Object Role Modelling?

Offline Nao/Gilles

  • Admin
  • *
  • Posts: 10705
  • Gender: Male
  • Dinosaure de l'animation japonaise, du Net, et de la connerie.
    • View Profile
    • Cynacittą @ noisen
No idea :mdr:
« Everyone knows rock attained perfection in 1974. It's a scientific fact. »

Offline Arantor

  • Cynois
  • ***
  • Posts: 603
  • Gender: Male
  • Innovate, not Imitate
    • View Profile
    • Arantorhome
I have, though it's not something I tend to dwell on too much, it's certainly not something that PHP is *particularly* good at, though it can certainly be done with some of the bigger frameworks to a point where it's reasonably elegant.

RoR is much better for ORM.
   computer-aided
   community building
             
Other stuff:

Offline CJ Jackson

  • Cynois
  • ***
  • Posts: 16
  • Gender: Male
    • View Profile
    • CJ Jackson
I use ORM as a technique in designing the database structure, not as something I apply with PHP, RoR or any other programming language.  :gnehe:  http://cj-jackson.com/2011/03/...rockforums-tk-design-progress/

Offline Arantor

  • Cynois
  • ***
  • Posts: 603
  • Gender: Male
  • Innovate, not Imitate
    • View Profile
    • Arantorhome
Ahhh, gotcha. In that respect it's easily the way to go to figure out how a system works :)
   computer-aided
   community building
             
Other stuff:

Offline Nao/Gilles

  • Admin
  • *
  • Posts: 10705
  • Gender: Male
  • Dinosaure de l'animation japonaise, du Net, et de la connerie.
    • View Profile
    • Cynacittą @ noisen
CJ, have you had a look at FoxProg? (http://fox.noisen.com)
If you look into the database (not the blog itself), you'll find that it has many aspects that you're thinking of integrating into your system. You know, like the fact that an artist should be able to have several tags for them rather than just one category, things like that!
« Everyone knows rock attained perfection in 1974. It's a scientific fact. »

Offline Artur

  • Cynois
  • ***
  • Posts: 22
  • Gender: Male
  • How are you guys?
    • View Profile
    • Yuedream.de
You know one thing that I would like to see, is some stricter use of php.

No thinks like this:

Code: [Select]
// Show a link for locking the poll as well...
if ($context['poll']['lock'])
echo '
<a href="', $scripturl, '?action=lockVoting;topic=', $context['current_topic'], '.', $context['start'], ';sesc=', $context['session_id'], '">', (!$context['poll']['is_locked'] ? $txt['smf30'] : $txt['smf30b']), '</a><br />';

or this

// Show online and offline buttons?
if (!empty($modSettings['onlineEnable']) && !$message['member']['is_guest'])
echo '
', $context['can_send_pm'] ? '<a href="' . $message['member']['online']['href'] . '" title="' . $message['member']['online']['label'] . '">' : '', $settings['use_image_buttons'] ? '<img src="' . $message['member']['online']['image_href'] . '" alt="' . $message['member']['online']['text'] . '" border="0" style="margin-top: 2px;" />' : $message['member']['online']['text'], $context['can_send_pm'] ? '</a>' : '', $settings['use_image_buttons'] ? '<span class="smalltext"> ' . $message['member']['online']['text'] . '</span>' : '';
Longtemps nous avons joue jeux ensemble
Voilą, les oiseaux bleu chantent pour a nous
Dit donc, fredonne-moi la melodie
Deją, j’ai oublie mon enfantillage
http://www.youtube.com/watch?v=dPlsdRl8CCQ

Offline Arantor

  • Cynois
  • ***
  • Posts: 603
  • Gender: Male
  • Innovate, not Imitate
    • View Profile
    • Arantorhome
What's wrong with that, exactly?
   computer-aided
   community building
             
Other stuff:

Offline Artur

  • Cynois
  • ***
  • Posts: 22
  • Gender: Male
  • How are you guys?
    • View Profile
    • Yuedream.de
I miss {} everywhere..
Longtemps nous avons joue jeux ensemble
Voilą, les oiseaux bleu chantent pour a nous
Dit donc, fredonne-moi la melodie
Deją, j’ai oublie mon enfantillage
http://www.youtube.com/watch?v=dPlsdRl8CCQ

Offline Arantor

  • Cynois
  • ***
  • Posts: 603
  • Gender: Male
  • Innovate, not Imitate
    • View Profile
    • Arantorhome
Oh dear, you're going to be *very* disappointed then...
   computer-aided
   community building
             
Other stuff:

Offline Nao/Gilles

  • Admin
  • *
  • Posts: 10705
  • Gender: Male
  • Dinosaure de l'animation japonaise, du Net, et de la connerie.
    • View Profile
    • Cynacittą @ noisen
What's the point?
« Everyone knows rock attained perfection in 1974. It's a scientific fact. »

Offline CJ Jackson

  • Cynois
  • ***
  • Posts: 16
  • Gender: Male
    • View Profile
    • CJ Jackson
What's the point?
None, Artur has his ways, Arantor has his ways, you have your ways, I have my ways, everybody has their ways and I never complain!  :D

Yes, I have looked at Fox Prog or should I say Prog Rock, very nice!

Offline Nao/Gilles

  • Admin
  • *
  • Posts: 10705
  • Gender: Male
  • Dinosaure de l'animation japonaise, du Net, et de la connerie.
    • View Profile
    • Cynacittą @ noisen
Thanks ;)
As for {}, readability is seriously overrated.
« Everyone knows rock attained perfection in 1974. It's a scientific fact. »

Offline Artur

  • Cynois
  • ***
  • Posts: 22
  • Gender: Male
  • How are you guys?
    • View Profile
    • Yuedream.de
I like {Braces}'s.  :P

Soo.. anything new on the fork?
Longtemps nous avons joue jeux ensemble
Voilą, les oiseaux bleu chantent pour a nous
Dit donc, fredonne-moi la melodie
Deją, j’ai oublie mon enfantillage
http://www.youtube.com/watch?v=dPlsdRl8CCQ

Offline Nao/Gilles

  • Admin
  • *
  • Posts: 10705
  • Gender: Male
  • Dinosaure de l'animation japonaise, du Net, et de la connerie.
    • View Profile
    • Cynacittą @ noisen
It has found its final domain name (I bought so many...) and I'm going crazy because I'm experimenting with 'perfect' vertical centering in headers and I can't find the minimum markup, maximum browser compatibility solution. Four days wasted on this so far. Thank you ie6 as always......
« Everyone knows rock attained perfection in 1974. It's a scientific fact. »