Search found 8 matches
- 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 ...
- Fri Nov 09, 2007 9:04 am
- Forum: PHP - Code
- Topic: Not able to find the class.
- Replies: 3
- Views: 821
- 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 ...
- 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 ...
- Fri Nov 09, 2007 2:20 am
- Forum: PHP - Code
- Topic: Need some help with a template class
- Replies: 2
- Views: 1286
- 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...
- Thu Nov 08, 2007 8:32 am
- Forum: PHP - Theory and Design
- Topic: Group Rights system
- Replies: 3
- Views: 797
- 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...