Questions tagged [projectpier]

5 questions
9
votes
3 answers

How to save a Pharo image automatically every hour?

I want to save my Pharo image every hour on the hour automatically. How would you make this automatic within the image? I've seen the Pier project do this. But I'm not sure how they do it. TIA
elviejo79
  • 4,592
  • 2
  • 32
  • 35
2
votes
1 answer

How to read complex PHP arrays?

I've been working with ProjectPier, and found arrays like the following. How do I read this architecture with PHP? ApplicationLog Object ( [is_new:DataObject:private] => [is_deleted:DataObject:private] => [is_loaded:DataObject:private] =>…
Tomer Lichtash
  • 9,002
  • 16
  • 55
  • 71
0
votes
1 answer

How are the controller and model linked in ProjectPier

I am currently working on extending ProjectPier. I am having trouble deciphering how the controller is linked to the model, and how the model is linked with the database (naming convention, direct declaration, etc...) Apparently Project Pier was…
whamsicore
  • 8,320
  • 9
  • 40
  • 50
0
votes
1 answer

Wamp ProjectPier Installation Error

I am new to ProjectPier and Wamp. Through Wamp, I have been attempting to install the latest version of ProjectPier and am seeing the following message on one of the install screens: "Warning: 'ldap' extension is not available (check documentation)"…
Kat
  • 1
  • 1
0
votes
2 answers

sending email with attachment issue?

recently I have created email sender using ProjectPier project with PHP.I am using my Gmail SMTP server information to send email. This script works perfectly. I want to add file attachment in my php mail sender script . So how can I do…
usminuru
  • 335
  • 4
  • 8
  • 19