Zigmoyd Php Framework
Moderator: General Moderators
- neel_basu
- Forum Contributor
- Posts: 454
- Joined: Wed Dec 06, 2006 9:33 am
- Location: Picnic Garden, Kolkata, India
Zigmoyd Php Framework
Hello Everybody Zigmoyd Php Framework 1.0.0.0 Has Been Released.
Please Log On To http://www.zigmoyd.net To See It.And Now Get A Deep Sleep Cause I Hope After Using It You Would Make a Dynamic Php Site In Just 20 Mins.
Please Log On To http://www.zigmoyd.net To See It.And Now Get A Deep Sleep Cause I Hope After Using It You Would Make a Dynamic Php Site In Just 20 Mins.
- neel_basu
- Forum Contributor
- Posts: 454
- Joined: Wed Dec 06, 2006 9:33 am
- Location: Picnic Garden, Kolkata, India
Visit http://www.zigmoyd.net You Will Understand. I am not Marketting. I am Just saying It To Every Body.astions wrote:What are the features and benefits of your framework?
Why would one want to use it?
If your framework is designed to eliminate programming, why are you marketing it to programmers?
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Hmm... lovely, I'm sure. I always thought that's the sort of thing frameworks try to detract from... to promote good programming practise. It sounds like a recipe for a mess where bugs go un-noticed for a long time.The site wrote:Even if you make some mistakes while typing it it will understand what you meant to do and it will do that very job very for you.
On a side-note, you may want to look at sorting out the text on the website. I know you're not a ntive English speaker but it looks very rushed with words like "cause" instead of "because".
Also, why am I clicking links that point to "#" ?
I'm not sure why you use camelcaps everywhere in your documentation like you do when you post on this forum... it takes me longer to read and just looks very wrong.
I'm not going to keep picking holes, but after looking over your API docs (of which there appears to be little of nothing in your framework) I have to wonder, have ou used other frameworks like Zend, Symfony, Cake or CodeIgniter before?
If http://www.zigmoyd.net is an example of what this framework can do I think I can happily ignore it.
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Congrats neel_basu! It looks like you put some work into your creation. I won't critique it here as it is not really a general purpose framework, but is a library and runtime. The code could definitely use a Zigmoydoscopy. Someone may find the code useful.
It does have some of the best error messages I have seen (though they should not be echoed). This one is the best of the best though:
It does have some of the best error messages I have seen (though they should not be echoed). This one is the best of the best though:
Code: Select all
echo "Artificial Intelligence Failed To deciede anything.\n";(#10850)
I just cant tell it wrong. Its very good to me.It can do a lot with this 18 line code
Code: Select all
<?php
include_once("zig/config.php");
include_once("zig/weather/weather.php");
include_once("zig/done.php");
echo "<form method='GET'>";
echo '<input type="text" name="location" value="'.$_GET['location'].'">';
echo "<input type='submit' value='submit'>";
echo "</form>";
if(isset($_GET['location']))
{
$res = new weather_info(weather_direct($_GET['location']), "m");
$current = $res->get_current();
foreach($current as $key => $val)
{
echo $key.' : '.$val."<br />\n";
}
}
?>http://localhost/zig/w.php?location=Bangalore wrote:last_update : 3/29/07 11:00 PM Local Time
location_name : Bangalore, India
temperature : 24
feels_like : 24
feels_like_str : Clear
feels_like_icon : 31.png
baro_reading : 1015.9
baro_condition : steady
wind_speed : 5
wind_gust : N/A
wind_degree : 90
wind_direction : E
humidity : 47
visibality : 8.0
uv_index : 0
uv_text : Low
dewpoint : 12
moon_icon : 11.png
moon_text : Waxing Gibbous
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
I would suggest an error property or return value.neel_basu wrote:Haha![]()
![]()
![]()
![]()
I've forgotten To Change It To Something By Which One Can Understand The Error Correctly.
By the Way This Error message Will Fire If You've Supplied Insufficient Arguments to the Function
I glanced through your code to get feel for what you have built.neel_basu wrote:Please Please Tell me When You got This Error Message ??
(#10850)
- neel_basu
- Forum Contributor
- Posts: 454
- Joined: Wed Dec 06, 2006 9:33 am
- Location: Picnic Garden, Kolkata, India
Its For That Purpouse.In Weather Class if you make Such a mistake that It Cant Understand Wht It Should Do Now It will fire this error.zigmoyd.net wrote: even if you have made any mistake while using it Its AI would make it correct and Go on
As of nwp is sending 2 arguments but in the manual its 3 arguments. here its understanding what he wanna do from this 2 arguments but if it cant understand anything (Very Rare Cases) It Will Show this Error.
I am trying so many things to get this error
whatever wrong I am typing it doesn't care.Its doing that very job what i am thinking.
and amazing.
i've just tested the db_sys Class.And I am not going to buy any SQL books tomorrow.
I would think myself great if i find this error.
cause then i'll
defeat artificial intelegence with my natural intelegence 
But i didn't got something like this still now.Artificial Intelligence Failed To deciede anything
whatever wrong I am typing it doesn't care.Its doing that very job what i am thinking.
and amazing.
i've just tested the db_sys Class.And I am not going to buy any SQL books tomorrow.
I would think myself great if i find this error.