SmADOCon v0.2

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
mxp
Forum Newbie
Posts: 10
Joined: Sun Aug 03, 2008 11:39 pm

SmADOCon v0.2

Post by mxp »

Hi again,
Some improvements and redesign, here is the v0.2 of SmADOCon that I announced before on this forum, visit it here:

http://code.google.com/p/smadocon

:drunk: do give me your feedback and comments to help me improve :D

:drunk: Cheers!
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: SmADOCon v0.2

Post by alex.barylski »

Another framework?

What makes your better? There are probably 500 existing ones, my own included, why would anyone use it? No documentation or articles...
No coding rules or conventions for life.
Ouch. Isn't that one of the goals of a solid framework? I like consistency it makes so much easier. :P

PHP4 and onwards? Drop support for php4 and stick with php5 and onwards. ;)
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: SmADOCon v0.2

Post by alex.barylski »

Your naming of functions and such is confusing. Is index.php your front controller? index() to me sounds like a action controller.
PhARoS
Looks like that teen "leet" speak...I don't like that.
..smadocon\core\smadocon.php
Looks like you include that on every request. What if the script doesn't require Smarty or AdoDB? Wasted over head.

Your derive from BaseObject...what is it's purpose but to ensure clean up after destruction? You wouldn't need that if you just switched to PHP5.
$ADODB_ASSOC_CASE
IMHO that is a bad idea giving variables CAPS like that. Super globals already do that so regular variables should use a unique convention like CamelCasing or something similar.
Post Reply