Search found 8 matches

by Andromeda
Wed Nov 14, 2007 1:33 am
Forum: Miscellaneous
Topic: SQL guide for a C# console program
Replies: 1
Views: 1549

SQL guide for a C# console program

Hello, I’m trying to make a little program for my work in C#, it shale check if some data in a sql database is correctly entered. Just a simple select, if ok do green color, if false do read color :D simple code. This is also my "Do to learn" project :D I have just begun programming C#. I ...
by Andromeda
Fri Nov 09, 2007 9:04 am
Forum: PHP - Code
Topic: Not able to find the class.
Replies: 3
Views: 821

That is also the way i have fixed it now,
but it is only a temp fix, i would rater use it with a global
by Andromeda
Fri Nov 09, 2007 6:24 am
Forum: PHP - Code
Topic: Not able to find the class.
Replies: 3
Views: 821

Not able to find the class.

I have a problem with a class that i just not can figure out. for some reason it won't load a global variabel in a class :( index.php require_once(PATH_MODULE."news/class.paging.php"); require_once(PATH_MODULE."news/class.news.php"); $pg = new paging(2); var_dump($pg); $nw = new ...
by Andromeda
Fri Nov 09, 2007 6:22 am
Forum: PHP - Code
Topic: Not able to find the class.
Replies: 0
Views: 701

Not able to find the class.

I have a problem with a class that i just not can figure out. for some reason it won't load a global variabel in a class :( index.php require_once(PATH_MODULE."news/class.paging.php"); require_once(PATH_MODULE."news/class.news.php"); $pg = new paging(2); var_dump($pg); $nw = new ...
by Andromeda
Fri Nov 09, 2007 2:20 am
Forum: PHP - Code
Topic: Need some help with a template class
Replies: 2
Views: 1286

I woulden't say that the code is crazy, othere then the java scipt, that is only because, i don't know javascript, and i just just handet over a java script that i tryed to make worke.
by Andromeda
Thu Nov 08, 2007 2:22 pm
Forum: PHP - Code
Topic: Need some help with a template class
Replies: 2
Views: 1286

Need some help with a template class

Hello out there, i have used a template class for a long time now. But here reasons have i desided to expand it a bit, with a new more html linke way for defining the variabels in the html, and as a whole new thing, has i added validators. But my javascript for the validators is not wroking as inted...
by Andromeda
Thu Nov 08, 2007 8:32 am
Forum: PHP - Theory and Design
Topic: Group Rights system
Replies: 3
Views: 797

No, not realy, but i have been searching this forums sins you posted it, but i haven't be ablem to find anything that was able to help, could you maby give me a like to the libary you are talking about
by Andromeda
Thu Nov 08, 2007 6:22 am
Forum: PHP - Theory and Design
Topic: Group Rights system
Replies: 3
Views: 797

Group Rights system

Hello, I’m trying to create a sort of cms system. But I’m having some problem finding out how the rights system shale works. The system is based on groups and modules. My whole system is created as a module system, and the required module is loaded from the URL (I use mod_rewrite) http://myhost/[CAT...