Page 1 of 1
SmADOCon v0.2
Posted: Sun Sep 14, 2008 3:30 am
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

do give me your feedback and comments to help me improve

Cheers!
Re: SmADOCon v0.2
Posted: Sun Sep 14, 2008 3:05 pm
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.
PHP4 and onwards? Drop support for php4 and stick with php5 and onwards.

Re: SmADOCon v0.2
Posted: Sun Sep 14, 2008 3:16 pm
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.